An administrator needs to configure name resolution for virtual machines in an Azure virtual network named VNet1. The administrator decides to use a custom private domain namespace. Arrange the steps in the correct order to configure private name resolution using an Azure Private DNS zone.
- 1Create an Azure Private DNS zone named private.corp.local.
- 2Create a virtual network link from the Private DNS zone to VNet1.
- 3Add a DNS record to the Private DNS zone for a virtual machine in VNet1.
Cevap
First, create the Azure Private DNS zone. Next, link the Private DNS zone to the target virtual network. Finally, add the required DNS records within the zone.
To set up private DNS name resolution, the Private DNS zone must first be created to define the domain space. Next, a virtual network link must be established to associate the zone with the VNet where the client VMs reside. Finally, DNS records (such as A records) are added to the zone so that VMs can resolve specific hostnames.
Adım Adım Çözüm
Anahtar Kavram
Azure Private DNS Zone Configuration and VNet Linking