An administrator is configuring virtual network peering to establish hybrid connectivity. The environment contains the following resources:
- VNet-Transit-Hub with the address space contains a virtual network gateway named `VPNGateway-Hub` in a subnet named `GatewaySubnet` (). `VPNGateway-Hub` is connected to an on-premises network.
- VNet-Client-Spoke with the address space contains a subnet named `Subnet-Application` () where a virtual machine named `VM-App` is deployed.
- A virtual network peering link is established between `VNet-Transit-Hub` and `VNet-Client-Spoke`.
You need to ensure that `VM-App` can communicate with the on-premises network by routing traffic through `VPNGateway-Hub`.
Which two configurations must you enable? (Select two.)
- Enable "Use remote gateways" on the peering link from VNet-Client-Spoke to VNet-Transit-Hub.Answer
- Enable "Allow gateway transit" on the peering link from VNet-Transit-Hub to VNet-Client-Spoke.Answer
- CEnable "Allow forwarded traffic" on the peering link from VNet-Client-Spoke to VNet-Transit-Hub.
- DEnable "Use remote gateways" on the peering link from VNet-Transit-Hub to VNet-Client-Spoke.