Azure_AppService_12
Azure function Apps allows sites to run under both HTTP and HTTPS by default. Function apps can be accessed by anyone using non-secure HTTP links by default. Non-secure HTTP requests can be restricted and all HTTP requests redirected to the secure HTTPS port. It is recommended to enforce HTTPS-only traffic.
Perform the following in the Azure Console:
Perform the following in Azure Command Line Interface 2.0:
To set HTTPS-only traffic value for an existing app, run the following command.
az functionapp update –resource-group <RESOURCE_GROUP_NAME> –name <FUNCTIONAPP_NAME> –set httpsOnly=true
References:
Want to Know More?
Learn how our partners are managing their cloud security and compliance with Cloudlytics.
I hereby accept the GDPR and Privacy Policy, by subscribing to the newsletters.