rory
rory

Reputation: 1438

Azure Custom Domain (Namecheap) not working without www

I thought I had all my mappings perfectly done:

enter image description here

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

Upvotes: 2

Views: 1593

Answers (1)

user793891
user793891

Reputation:

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

Upvotes: 5

Related Questions