I'm trying to add a custom domain to an Azure Web Site in standard mode. I've added the following DNS records:
@ IN A 168.62.48.183
www IN CNAME ua-roadtosochi.azurewebsites.net.
awverify IN CNAME awverify.ua-roadtosochi.azurewebsites.net.
awverify.www IN CNAME awverify.ua-roadtosochi.azurewebsites.net.
Azure keeps telling me that it cannot find my CNAME record. It has been several hours since I made this change. Is azure's internal DNS caching really that slow, or have I made a typo somewhere that I'm not seeing?
Edit: Several hours later, still no dice. This has got to be an issue with azure websites, no? I can't figure out what the hell is wrong.
I was finally able to add the domain today. Apparently it really was just a cached records issue.