Перейти до основного вмісту
Теґи
Answer confirmed
Question

Your on-premises network contains an Active Directory Domain Services (AD DS) domain.

The domain contains 100 Windows client devices that are joined to the domain.

You have an Azure subscription that contains a virtual network named Vnet1 and 10 virtual machines that run Windows Server. The virtual machines are configured as a workgroup and are connected to Vnet1. Vnet1 contains a virtual network gateway that connects to the on-premises network.

You need to ensure that Windows client device users can resolve the IP addresses of the virtual machines. The solution must minimize administrative effort.

What should you do?

Select only one answer.

Proposed answer
  • Deploy the DNS Server role to one of the virtual machines.  
  • From the DNS server for the on-premises network, create A records for the virtual machines.
  • From the DNS server for the on-premises network, create a new DNS zone for the virtual machines.  
  • From VNet1, configure the DNS server settings. 
Correct answer

From the DNS server for the on-premises network, create A records for the virtual machines. 

  • Incorrect – A new DNS server is not required and will incur additional administrative effort to manage the role.
  • Correct – The most efficient way to connect to Azure virtual machines by using names is to create their A records in local DNS.
  • Incorrect - Creating a new DNS zone in local DNS will not help without creating A records for the servers.
  • Incorrect - Configuring the DNS server settings on an Azure virtual network might help the Azure virtual machines resolve names. Because Windows Server virtual machines are in a workgroup, they cannot register their names in on-premises DNS server, which means that you cannot resolve their names from Windows 11 devices.

Add a DNS Resource Record | Microsoft Learn