Your company has an Azure environment containing two virtual networks in the East US region:
* `VNet-Prod` () contains a virtual machine named `VM-Prod` and is linked to an Azure Private DNS zone named `private.contoso.com`.
* `VNet-Dev` () contains a virtual machine named `VM-Dev`.
You establish a virtual network peering between `VNet-Prod` and `VNet-Dev` with the following configuration:
* 'Allow forwarded traffic' is enabled on both peering links.
* 'Allow gateway transit' is disabled on `VNet-Prod`.
* 'Use remote gateways' is disabled on `VNet-Dev`.
`VM-Dev` can successfully access `VM-Prod` using its private IP address, but it cannot resolve the name `vm-prod.private.contoso.com`.
Which action should you take to resolve the name resolution issue?
- Link VNet-Dev to the private.contoso.com Private DNS zone.Answer
- BEnable 'Allow gateway transit' on the peering link from VNet-Prod to VNet-Dev.
- CEnable 'Use remote gateways' on the peering link from VNet-Dev to VNet-Prod.
- DEnable DNS active registration for VNet-Dev in the private.contoso.com settings.