Azure DNS Zone Resolving Issue

Shirin Aldarayseh 1 Reputation point
2022-12-13T10:26:16.277+00:00

I have an Azure DNS zone, when I tried to set one of Azure NS servers IP address as a primary DNS on my computer, it could NOT to resolve/browse for any record.

Any help/idea please?

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

2 answers

Sort by: Most helpful
  1. JimmySalian-2011 42,486 Reputation points
    2022-12-13T10:37:34.05+00:00

    Hi,

    To resolve the records of a private DNS zone from your virtual network, you must link the virtual network with the zone. Linked virtual networks have full access and can resolve all DNS records published in the private zone. You can also enable autoregistration on a virtual network link. When you enable autoregistration on a virtual network link, the DNS records for the virtual machines in that virtual network are registered in the private zone.

    269908-image.png

    Hope this helps.
    JS

    ==
    Please Accept the answer if the information helped you. This will help us and others in the community as well.

    0 comments No comments

  2. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    2022-12-14T00:27:00.487+00:00

    Depending on your use case, if you have more PaaS services with DNS zones - ie SQL PaaS.

    Take a look at Private DNS Resolver - https://learn.microsoft.com/en-us/azure/dns/dns-private-resolver-overview & https://learn.microsoft.com/en-us/azure/dns/private-resolver-hybrid-dns#azure-dns-private-resolver

    These DNS zones can be linked to a Virtual Network, allowing you to look it up.

    If your on-premises, you can setup DNS conditional forwarders: https://learn.microsoft.com/en-us/azure/architecture/example-scenario/networking/azure-dns-private-resolver#use-a-dns-forwarder-vm

    0 comments No comments

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.