azure dns nameserver not propagating

Mike Rosen 0 Reputation points
2024-06-03T21:50:26.9766667+00:00

Can't register a domain in Azure. Added TXT / MX records, but only resolves if I look specifically at Azure dns:

domain verification fails: "Could not find DNS records"

nslookup -type=TXT microzen.solutions

"server failed"

but this works:

nslookup -type=TXT microzen.solutions ns1-37.azure-dns.com.

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
675 questions
{count} votes

1 answer

Sort by: Most helpful
  1. TP 93,301 Reputation points
    2024-06-03T22:10:46.24+00:00

    Hi,

    If you want to use Azure DNS to resolve queries for your public domain, you need to update the list of DNS servers for your domain at your domain registrar. You would change them to be the four Azure DNS servers that are shown in the Azure portal. Below are instructions for changing in Amazon route 53, which appears to be your registrar:

    Updating name servers to use another registrar

    https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-register-other-dns-service.html

    Once you make the above change at your domain registrar, there will be a delay for the change to propagate and then your nslookup will succeed.

    Alternatively you could just create/modify DNS records on your domain registrar's servers and then you wouldn't need to use Azure DNS.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.