Is it possible to prevent access to my Azure website from the Azure provided domain and force the use of the custom domain via a setting/configuration within Azure?
Right now I have a custom domain associated with my Azure Web App.
So, under domain names, there are 2 listed, my custom domain and the azure provided domain.
Example: mywebapp.com mywebapp.azurewebsites.net
I want traffic to only be allowed in via the custom domain. So, mywebapp.azurewebsites.net should either not be allowed or should redirect to mywebapp.com.