azure, http,

Enable HTTPS redirection in Azure Functions

Mar 21, 2022 · 1 min read · Post a comment

HTTPS redirection are quite common these days from security and SEO viewpoint. Today’s topic going to be about how to enable the redirection in Azure Functions.

Prerequisites

  • Azure subscription
  • Azure Function app

Solution

Step 1. Login to the Azure Portal.

Step 2. Type Function App in the Search and click on the name of the Function App you want to configure HTTPS redirection.

Step 3. Under Settings, click Custom domains as shown below:
azure function settings

Step 4. Enable the HTTPS Only feature by clicking on the Toggle switch as shown below:
azure function https only

Conclusion

As always, leave a comment below if you find it useful. On a side note, follow our official channel on Telegram.