Reputation: 30388
I configured my custom domain to work with my Azure Web app and it's working but NOT with www.
So mydomain.com points to myapp.azurewebsites.net and it works but if I type www.mydomain.com, it gives me "Error 404 - Web App Not Found" error.
Here's what I have configured:
Any idea I can pull up my web app using mydomain.com but NOT www.mydomain.com?
Upvotes: 0
Views: 1302
Reputation: 30388
Even though I entered the www.mydomain.com under custom domain under my web app's settings, for some reason it didn't save it which is why www was not working.
Upvotes: 2