An administrator deploys three virtual networks in the Azure environment:
* VNet-Hub (): Contains a subnet named GatewaySubnet () with an active Virtual Network Gateway connected to an on-premises network (), and a subnet named Subnet-Hub () with a virtual machine named VM-Hub.
* VNet-SpokeA (): Contains a subnet named Subnet-A () with a virtual machine named VM-A.
* VNet-SpokeB (): Contains a subnet named Subnet-B () with a virtual machine named VM-B.
The administrator configures virtual network peering between VNet-Hub and VNet-SpokeA, and between VNet-Hub and VNet-SpokeB with the following settings:
* For both peerings, Allow virtual network access is set to Enabled and Allow forwarded traffic is set to Enabled.
* On the peering connections from VNet-Hub to both spokes, Allow gateway transit is set to Enabled.
* On the peering connections from both spokes to VNet-Hub, Use remote gateways is set to Enabled.
No user-defined routes (UDRs) or network security groups (NSGs) are configured.
Which statement correctly describes the connectivity established by this configuration?
- ANeither VM-A nor VM-B can communicate with the on-premises network unless a User-Defined Route with a next hop type of Virtual Network Gateway is associated with Subnet-A and Subnet-B.
- BVM-A and VM-B can communicate with each other, and both can communicate with the on-premises network.
- VM-A and VM-B can both communicate with the on-premises network, but VM-A and VM-B cannot communicate with each other.Cevap
- DVM-A and VM-B can communicate with each other, but neither can communicate with the on-premises network unless a User-Defined Route is created in GatewaySubnet.