An administrator is configuring connectivity in an Azure subscription. The environment contains the following resources in the East US region:
* VNet-Hub (): Contains a subnet named GatewaySubnet with an active Virtual Network Gateway, and a subnet named Subnet-Hub containing a virtual machine named VM-Hub.
* VNet-SpokeA (): Contains a subnet named Subnet-A containing a virtual machine named VM-SpokeA.
* VNet-SpokeB (): Contains a subnet named Subnet-B containing a virtual machine named VM-SpokeB.
The administrator configures virtual network peering between VNet-Hub and VNet-SpokeA, and between VNet-Hub and VNet-SpokeB. No direct peering exists between VNet-SpokeA and VNet-SpokeB.
You need to ensure that VM-SpokeA can communicate with an on-premises network connected via the Virtual Network Gateway in VNet-Hub.
Which of the following configuration settings must be enabled on the virtual network peering links to meet this requirement? Select two.
- Enable Allow gateway transit on the peering link from VNet-Hub to VNet-SpokeA.Cevap
- Enable Use remote gateways on the peering link from VNet-SpokeA to VNet-Hub.Cevap
- CEnable Use remote gateways on the peering link from VNet-Hub to VNet-SpokeA.
- DRely on a virtual network peering between VNet-SpokeA and VNet-SpokeB to route traffic transitively through VNet-SpokeB to the gateway, as peered networks are transitive by default.