I am hosting a static website in Azure storage using an Azure endpoint to expose it to users.
I have successfully set up a rule that automatically forwards an HTTP request to HTTPS.
Because Microsoft CDN no longer supports certificates on the naked domain. I want to create a rule that automatically prefixes www to the address.
e.g. if a user types in example.com the rules process would change the request to https://www.example.com.
The first rule is working, but the second isn't. It's actually creating too many redirections errors when I try to use the naked domain to access the site.
Here are the rules I currently have setup. There are plenty of examples on the web for the Verizon engine, but I'm using the Microsoft one.
