Open
Description
Is your feature request related to a problem? Please describe.
When deploying in an Azure tenant with a security policy that prohibits functions being accessible over http, the deployment fails.
Describe the solution you'd like
Update
"httpsOnly": true
.
Describe alternatives you've considered
As a workaround we created a fork of the project and updated the deployment JSON with the change as well as an edit in the shell script to point to our fork's JSON file, then pointed the deployment command to this fork's script location. This worked successfully but requires manually keeping up with merging changes to ensure these two files are kept in sync with upstream.