An administrator is configuring connectivity for three virtual networks in the East US region:
* `VNet-Hub` () contains a subnet with deployed virtual machines and a Virtual Network Gateway configured for site-to-site VPN connectivity.
* `VNet-Spoke1` () contains a subnet with deployed virtual machines.
* `VNet-Spoke2` () contains a subnet with deployed virtual machines.
A virtual network peering link is established between `VNet-Hub` and `VNet-Spoke1` with 'Allow gateway transit' enabled on `VNet-Hub` and 'Use remote gateways' enabled on `VNet-Spoke1`.
A second virtual network peering link is established between `VNet-Spoke1` and `VNet-Spoke2` with 'Allow forwarded traffic' enabled on both sides.
Which of the following actions must the administrator perform to allow the virtual machines in `VNet-Spoke2` to communicate with the on-premises network via the Virtual Network Gateway in `VNet-Hub`?
- Configure a direct 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`.Answer
- BEnable 'Use remote gateways' on the existing peering link between `VNet-Spoke1` and `VNet-Spoke2` on the `VNet-Spoke2` side.
- CConfigure a User-Defined Route (UDR) in `VNet-Spoke2` with a next hop type of Virtual Network Gateway and associate it with the subnet containing the virtual machines.
- DEnable 'Allow gateway transit' on the peering link between `VNet-Hub` and `VNet-Spoke1` on the `VNet-Spoke1` side.