An organization has three virtual networks (VNets) in the Northern Europe region:
* VNet-Hub (): Contains a Virtual Network Gateway deployed in GatewaySubnet, and a Network Virtual Appliance (NVA) named NVA-1 () deployed in Subnet-Hub. NVA-1 has IP forwarding enabled in the operating system.
* VNet-App (): Contains a virtual machine named VM-App deployed in Subnet-App.
* VNet-DB (): Contains a virtual machine named VM-DB deployed in Subnet-DB.
The virtual network peering connections are configured as follows:
* Peering-Hub-To-App (from VNet-Hub to VNet-App): 'Allow gateway transit' is enabled, and 'Allow forwarded traffic' is disabled.
* Peering-App-To-Hub (from VNet-App to VNet-Hub): 'Use remote gateways' is enabled, and 'Allow forwarded traffic' is disabled.
* Peering-Hub-To-DB (from VNet-Hub to VNet-DB): 'Allow gateway transit' is disabled, and 'Allow forwarded traffic' is enabled.
* Peering-DB-To-Hub (from VNet-DB to VNet-Hub): 'Use remote gateways' is disabled, and 'Allow forwarded traffic' is enabled.
You associate the following User-Defined Routes (UDRs):
* Table-App (associated with Subnet-App): A route for destination `` with next hop type Virtual Appliance and next hop IP address ``.
* Table-DB (associated with Subnet-DB): A route for destination `` with next hop type Virtual Appliance and next hop IP address ``.
You verify that VM-App can connect to on-premises networks through the gateway in VNet-Hub, but VM-App and VM-DB cannot communicate with each other.
Which configuration change should you implement to allow VM-App and VM-DB to establish communication?
- Enable 'Allow forwarded traffic' on the peering connections between VNet-Hub and VNet-App.Answer
- BEnable 'Allow gateway transit' on the peering connection from VNet-Hub to VNet-DB.
- CEnable 'Use remote gateways' on the peering connection from VNet-DB to VNet-Hub.
- DEnable 'Allow forwarded traffic' on the peering connections between VNet-Hub and VNet-DB.