An administrator deploys three virtual networks in an Azure subscription:
* VNet-Hub (), containing a VPN gateway and a virtual machine named VM-Hub () deployed in Subnet-Hub.
* VNet-Spoke1 (), containing a virtual machine named VM-Spoke1 () deployed in Subnet-Spoke1.
* VNet-Spoke2 (), containing a virtual machine named VM-Spoke2 () deployed in Subnet-Spoke2.
The administrator configures virtual network peering between VNet-Hub and VNet-Spoke1 with 'Allow gateway transit' enabled on VNet-Hub and 'Use remote gateways' enabled on VNet-Spoke1. The administrator also configures virtual network peering between VNet-Hub and VNet-Spoke2 with 'Allow gateway transit' enabled on VNet-Hub and 'Use remote gateways' enabled on VNet-Spoke2. 'Allow forwarded traffic' is enabled on all peering connections. No User-Defined Routes (UDRs) or Network Virtual Appliances (NVAs) are deployed.
To enable VM-Spoke1 to communicate with VM-Spoke2, no additional peering connections or routing resources are required because the existing gateway transit configurations automatically route traffic between the spokes through the hub.
Answer: Answer