Skip to content

Change function to only listen over HTTPS #116

Open
@dtdave

Description

@dtdave

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

to "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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions