An organization deploys a hub-and-spoke network topology in Azure containing three virtual networks:
* `VNet-Hub` () containing a subnet with `VM-Hub` deployed.
* `VNet-SpokeA` () containing a subnet with `VM-SpokeA` deployed.
* `VNet-SpokeB` () containing a subnet with `VM-SpokeB` deployed.
Virtual network peering is configured between `VNet-Hub` and `VNet-SpokeA`, and between `VNet-Hub` and `VNet-SpokeB`. The settings 'Allow forwarded traffic', 'Use remote gateways', and 'Allow gateway transit' are currently left at their default values of disabled.
An administrator reports that `VM-SpokeA` cannot communicate with `VM-SpokeB` over the peered networks.
Which of the following actions should the administrator take to establish direct network connectivity between `VM-SpokeA` and `VM-SpokeB` with the minimum administrative effort?
- Create a virtual network peering directly between VNet-SpokeA and VNet-SpokeB.Answer
- BEnable 'Allow gateway transit' on the peering link from VNet-Hub to VNet-SpokeA, and enable 'Use remote gateways' on the peering link from VNet-SpokeB to VNet-Hub.
- CEnable 'Allow forwarded traffic' on the peering links in VNet-Hub, and configure a user-defined route (UDR) in each spoke pointing to VM-Hub as the next hop.
- DEnable 'Allow gateway transit' on both peering connections in VNet-Hub to enable automatic transit routing.