You have an Azure subscription that contains three virtual networks named VNet1, VNet2, and VNet3. VNet2 contains a virtual appliance named VM2 that operates as a router.
You are configuring the virtual networks in a hub and spoke topology that uses VNet2 as the hub network.
You plan to configure peering between VNet1 and VNet2 and between VNet2 and VNet3.
You need to provide connectivity between VNet1 and VNet3 through VNet2.
Which two configurations should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Click on the arrows to vote for the correct answer
A. B. C. D. E.CE
Allow gateway transit: Check this box if you have a virtual network gateway attached to this virtual network and want to allow traffic from the peered virtual network to flow through the gateway.
The peered virtual network must have the Use remote gateways checkbox checked when setting up the peering from the other virtual network to this virtual network.
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering#requirements-and-constraintsTo provide connectivity between VNet1 and VNet3 through VNet2, you need to configure peering between VNet1 and VNet2, and between VNet2 and VNet3. Additionally, you need to enable certain settings on the peering connections and configure routing.
Here are the two configurations that you should perform:
Note that you do not need to create a route table for the hub VNet (VNet2), since it already contains the virtual appliance (VM2) that acts as a router between the VNets.
Therefore, the correct answers are A and D: