By default, clients can connect to function endpoints by using both HTTP or HTTPS. You should redirect HTTP to HTTPs because HTTPS uses the SSL/TLS protocol to provide a secure connection, which is both encrypted and authenticated.
Follow the appropriate remediation steps below to resolve the issue.
Log in to the Microsoft Azure Management Console.
Find the search bar at the top and search for App Services.
Select the “App Service” by clicking on “Name” to go to its configuration.
Scroll down the selected “App Services” left navigation panel and under “Settings” click on the “TLS/SSL settings” option.
On the “TLS/SSL settings” page select the Bindings tab, scroll down and under the “Protocol Settings” check whether “HTTPS Only” is set to “Off”. It’s recommended to set HTTPS only to “On” to allow only secure traffic.
If the “App Service” is not using “HTTPS only” then select “On” from the slider.
Wait for the confirmation box to save changes.
Repeat steps number 3 - 7 to verify all other “Apps” are using HTTPS only in the account.
You can redirect all HTTP requests to the HTTPS port.
|
|