Search code examples
azurehostinggodaddy-api

Godaddy Domain name to azure static website mapping


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.Azure portal screen shot

GoDaddy portal screenshot

I followed it but no satisfactory answer given in it.


Solution

  • 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:

    • Delete records you created in previous attempts
    • Create a CNAME record asverify.www pointing to asverify.yourstoragename.z29.web.core.windows.net
    • Wait for a short time (like 5 minutes) so your registration will go live
    • On the Azure Portal, enter asverify.www.yourdomain.com and select the option below saying Use indirect CNAME validation
    • Click Save

    Let me know if it works or not so we can figure out what next.