问题
I thought I had all my mappings perfectly done:
I'm able to add the www.mydomain.me to azure but not mydomain.me. Is there something I'm missing?
Edit: When I attempt to point to mydomain.me in my broswer, I get the following error message:
Error 404 - Web app not found.
The web app you have attempted to reach is not available in this Microsoft Azure App Service region. This could be due to one of several reasons:
1. The web app owner has registered a custom domain to point to the Microsoft Azure App Service, but has not yet configured Azure to recognize it. Click here to read more.
2. The web app owner has moved the web app to a different region, but the DNS cache is still directing to the old IP Address that was used in the previous region. Click here to read more.
Thanks
回答1:
It's hard to tell what's wrong since you've hidden the settings. Here's what should work:
- A Record points to the IP address found on the Azure portal
- CName awverify points to awverify.yourservice.azurewebsites.net
- CName www points to yourservice.azurewebsites.net
来源:https://stackoverflow.com/questions/35528669/azure-custom-domain-namecheap-not-working-without-www