I have taken the domain name from Godaddy. After that, I have chosen static website in azure storage account and added one index.html in blob storage. The page is accessible from azure's given URL https://xyz.z29.web.core.windows.net.
I want to map that URL to my Godaddy domain name. Below are the screenshot I am trying as given in blob service=> custom domain tab but not getting success.
I followed it but no satisfactory answer given in it.
You don't need the www.yourdomain.com
CNAME entry, just the www
one. If you don't have CDN, then you don't need the cdnverify.www...
CNAME entry either.
You could try going with the secondary solution, using the asverify subdomain. For this, you have to:
asverify.www
pointing to asverify.yourstoragename.z29.web.core.windows.net
asverify.www.yourdomain.com
and select the option below saying Use indirect CNAME validationLet me know if it works or not so we can figure out what next.