I've created an Azure storage and associated a CDN service. Then, I followed some online tutorials and created a custom domain using a CNAME. However, I can't get any content to return.
For example, this is a simple xml file:
http://az149892.vo.msecnd.net/relicball/crossdomain.xml
http://tryz.blob.core.windows.net/relicball/crossdomain.xml
http://cdn.ootii.com/relicball/crossdomain.xml
The first 2 work, fine, but the last one doesn't. I either get nothing back or a 400 error.
I'm currently using GoDaddy and created a CName so that "cdn.ootii.com" maps to "az149892.vo.msecnd.net". I've verified using ping and a couple of sites that cdn.ootii.com does redirect correctly.
one interesting note when pinging "cdn.ootii.com" and "az149892.vo.msecnd.net", they tend to swap IP addresses back and forth every couple of minutes. The same 2 addresses, just they swap every couple of minutes.
Thoughts?
Thanks