Azure Custom Domain - awverify not found

自古美人都是妖i 提交于 2019-12-24 12:40:27

问题


A couple of days ago I set up a new site in Azure and modified my DNS records to point to the site. I am unable to add the custom domains through the management tool or the portal.

The error I see is "A CNAME record pointing from mysite.com to mysite.azurewebsites.net was not found. Alternative record awverify.mysite.com to awverify.mysite.azurewebsites.net was not found either." (Changed my real domain to mysite as I'd rather not put that here).

The worst part is when I visit "mysite.com" it is showing me an Azure 404 page saying "The web site owner has registered a custom domain to point to the Microsoft Azure Web Site, but has not yet configured Azure to recognize it.".. I'm trying to configure it but Azure is not letting me!!!

For my DNS i have:

  • an A-Record pointing to my virtual IP
  • a second A-Record for www pointing to the IP (I did have www as a CNAME-Record for mysite.azurewebsites.net but that didn't seem to be working)
  • a CNAME-Record for awverify.mysite.com to awverify.mysite.azurewebsites.net
  • a CNAME-Record for awverify.www.mysite.com to awverify.www.mysite.azurewebsites.net

I thought maybe it was taking forever to propagate but it's been 2 days now.

Thanks!


回答1:


Although it usually takes a couple of minutes for DNS records to be available, it can take up to 72 hours for DNS records to propagate. If it is all configured correctly (and looking at the list you posted, it is), it's a matter of waiting for it to propagate.



来源:https://stackoverflow.com/questions/27782299/azure-custom-domain-awverify-not-found

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!