0 Enforcing HTTPS on Azure 2 Jez Hailwood posted 9 Years Ago I've secured our internal and external sites with an SSL certificate, but I'd like to enforce HTTPS on Azure. I'm looking at http://azure.microsoft.com/en-us/documentation/articles/web-sites-configure-ssl-certificate/#bkmk_enforce, but being new to .NET I'm not sure which approach I'm supposed to take. I have a few questions: Assuming I'm supposed to edit web.config, will my rules be overwritten by a future update? How do I format rules to handle both my internal and external URLs? <system.webServer> appears twice in web.config, but which is the correct location for the rewrite rules? Thanks!
Jez Hailwood 9 years ago Thanks for this. Inspired by your answer, I applied the URL rewrite example from the Azure docs (within the existing <system.webServer> section) and it all works a treat!