Jeff Sanders Technical Blog

I am a Microsoft employee that has worked on all aspects of the Web Stack for a long time. I hope these blogs are useful to you! Use this information at your own risk.


<< Go Back

Force Https For Azure Web App

- 30 Nov 2017

Sometimes you need or want to force HTTPS for Azure App Services (Azure Web App, Azure Mobile App, Azure Function App, etc…).  In the past you could do this with a web.config change.

Solution

You can now simply do this as follows: Go to the Custom Domains section of you app and set HTTPS Only to On (Off is the default) and Save.

ForceHTTPS

<< Go Back