An organization is setting up a private name resolution system in Azure. A Private DNS zone named corp.internal has been created. The IT team wants virtual machines in a virtual network named VNet-Core to automatically register their hostname and private IP addresses in this DNS zone.
Which setting must be configured to achieve this?
- A virtual network link from the corp.internal zone to VNet-Core with the auto-registration option enabledAnswer
- BA virtual network link from the corp.internal zone to VNet-Core with the auto-registration option disabled
- CA custom DNS server IP address configured on the properties of VNet-Core that points to Azure DNS
- DA DNS forwarding rule on a virtual network gateway that is associated with VNet-Core
Answer
A virtual network link from the corp.internal zone to VNet-Core with the auto-registration option enabled must be created.
To achieve both name resolution and automatic registration of virtual machines, a virtual network link must be created between the Private DNS zone and the virtual network with the auto-registration setting enabled. This configuration automatically creates A records for the virtual machines in the private zone when they are deployed.
Step-by-Step Solution
Key Concept
Azure Private DNS Zone virtual network links and auto-registration
Estimated Time:1m 0s