My company created a web site using webs.com and, to host it, we are using a domain directly registered in webs.com (here I will call it contoso.com). Now I would like to create a subdomain (e.g. subdomain.contoso.com) to access a website hosted in Azure created for a new service offered by my company.
To do this I followed the official guide in the Azure documentation: https://docs.microsoft.com/bs-latn-ba/azure/dns/dns-delegate-domain-azure-dns. Briefly:
- I created a DNS zone in Azure called subdomain.contoso.com;
- I retrievd the list of four name servers;
- I added all the four servers in webs.com (doing this I noticed that there was other two server already registered in webs.com but I don't deleted them);
- I tried to verify if the delegation works...
The problem is that the delegation verification failed (I can't access in to subdomain.contoso.com via the browser and nslookup returns "non-existent domain").
For this reason I tried to add two records in the Azure DNS zone:
- An A record with the VM IP address;
- A CNAME record for the www.test.contoso.com subdomain;
After that, I waited for hours but nothing changed...
In the registrar's DNS management page, edit the NS records and replace the NS records with the Azure DNS name servers.
Or could you show how you configure it ? – Nancy Xiongnslookup -type=SOA contoso.com
on your machine. What's the result? – Nancy Xiong