I have a site published to Azure Cloud Services that is running, and accessible via VIP. I cannot access the site via Site Url, even after flushing my local dns, or trying on different devices. In my browser's debugger, I see that DNS resolution fails in the first step of the web request.
I am relying on the site url for CNAME records - I cannot use the VIP.
What would be causing this? What can I do about it?
Also - if I run whatsmydns.net to query CNAMEs against the cloudapp.net address, I get nothing, but A records are resolving to the VIP.