Domain controller VM in Azure - DNS forwarders

Charles Thivierge 4,171 Reputation points
2020-08-12T17:24:46.95+00:00

I'm implementing Active Directory running on a Windows 2019 in Azure VM (IaaS).

What is the best configuration for DNS forwarders / Conditional Forwarding (Forwarders in DNS Server)
We do have several other Windows server ins Azure running on VM's that will be part of the same domain.

Should i configure the DNS forwarder to my ISP or any public DNS like Google (8.8.8.8) or should i use AzureDNS (168.63.129.16)

Thanks!

Microsoft Security | Microsoft Entra | Other
0 comments No comments
{count} votes

Accepted answer
  1. Thameur-BOURBITA 36,261 Reputation points Moderator
    2020-08-12T22:55:23.16+00:00

    Hi,

    On members machines and domain controllers , it's recommended to configure two or more domain controllers in the list of DNS servers in ip settings on each member machine.

    On DNS server (it can be a DC if all DNS servers are hosted on domain controllers), you can set DNS forwarder , to forward all external DNS requests to external DNS it can be your ISP or google DNS server or another DNS server. you can set many forwarder to ensure the redundancy .


1 additional answer

Sort by: Most helpful
  1. Mike Vaughan 0 Reputation points
    2023-07-30T21:35:24.3166667+00:00

    As per this link, if you would like private DNS to be able to be resolved from member servers in the domain, you will need to set it to the Azure DNS 168.63.129.16:

    https://github.com/dmauser/PrivateLink/tree/master/DNS-Integration-Scenarios

    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.