An enterprise Azure environment is configured with three virtual networks in the East US region: VNet-Hub, VNet-Prod, and VNet-Dev. VNet-Hub is peered directly with both VNet-Prod and VNet-Dev using default peering configurations. No peering exists between VNet-Prod and VNet-Dev. An administrator creates a Private DNS zone named internal.contoso.com and configures the following:
- A virtual network link from VNet-Hub to internal.contoso.com with auto-registration enabled.
- A virtual network link from VNet-Prod to internal.contoso.com with auto-registration disabled.
- No virtual network links are created for VNet-Dev.
Virtual machines VM-Hub, VM-Prod, and VM-Dev are deployed into their respective virtual networks, all configured to use the default Azure-provided DNS service. Which virtual machines will be able to resolve the name vm-hub.internal.contoso.com, and which virtual machines will have their DNS records automatically created in the private DNS zone?
- AOnly VM-Hub can resolve the name; only VM-Hub has an auto-registered record.
- BVM-Hub, VM-Prod, and VM-Dev can resolve the name; VM-Hub and VM-Prod both have auto-registered records.
- VM-Hub and VM-Prod can resolve the name; only VM-Hub has an auto-registered record.Cevap
- DVM-Hub and VM-Prod can resolve the name; VM-Hub and VM-Prod both have auto-registered records.