Your company has an Azure subscription containing three virtual networks named VNetA, VNetB, and VNetC. VNetA is peered with VNetB, and VNetB is peered with VNetC. There is no direct peering between VNetA and VNetC. You create two Azure Private DNS zones named corp.contoso.com and dev.local. Virtual machines are deployed in all three virtual networks. You need to implement a DNS configuration that meets the following requirements:
- Virtual machines in VNetA must automatically register their DNS records in corp.contoso.com.
- Virtual machines in VNetB must automatically register their DNS records in dev.local.
- Virtual machines in VNetB and VNetC must be able to resolve DNS names in corp.contoso.com.
- Virtual machines in VNetC must be able to resolve DNS names in dev.local.
Which two virtual network link configurations should you perform to meet these requirements? (Select two.)
- Configure a virtual network link from corp.contoso.com to VNetA with auto-registration enabled, and configure virtual network links from corp.contoso.com to VNetB and VNetC with auto-registration disabled.Answer
- Configure a virtual network link from dev.local to VNetB with auto-registration enabled, and configure a virtual network link from dev.local to VNetC with auto-registration disabled.Answer
- CConfigure virtual network links from both corp.contoso.com and dev.local to VNetB with auto-registration enabled.
- DConfigure a virtual network link from corp.contoso.com to VNetA with auto-registration enabled, and rely on the existing virtual network peering to transitively resolve DNS names from VNetB and VNetC.
- EConfigure a virtual network link from dev.local to VNetB with auto-registration enabled, and configure a virtual network link from dev.local to VNetA with auto-registration enabled.