An organization deploys three virtual networks in the West US region:
* VNet-Sales with address space . VM-Sales is deployed in a subnet within VNet-Sales.
* VNet-Hub with address space . VNet-Hub contains no virtual machines or gateways.
* VNet-Finance with address space . VM-Finance is deployed in a subnet within VNet-Finance.
You configure a bidirectional virtual network peering between VNet-Sales and VNet-Hub. You also configure a bidirectional virtual network peering between VNet-Finance and VNet-Hub. There is no peering connection between VNet-Sales and VNet-Finance.
VM-Sales is unable to establish network communication with VM-Finance.
Which configuration change should you implement to allow VM-Sales to communicate directly with VM-Finance with the lowest latency?
- AEnable the Allow forwarded traffic setting on the peering connections between VNet-Sales and VNet-Hub, and between VNet-Finance and VNet-Hub.
- BEnable the Use remote gateways setting on the peering connections for both VNet-Sales and VNet-Finance.
- Configure a direct virtual network peering between VNet-Sales and VNet-Finance.Cevap
- DCreate an Azure Private DNS Zone, link it to all three virtual networks, and enable auto-registration.