Your company has an Azure environment containing three virtual networks:
- `VNet-Hub` (): Contains an Azure Firewall with a private IP address of in a subnet named `AzureFirewallSubnet`.
- `VNet-Prod` (): Contains `VM-Prod` deployed in `ProdSubnet` ().
- `VNet-Dev` (): Contains `VM-Dev` deployed in `DevSubnet` ().
Bidirectional peering connections are established between `VNet-Hub` and `VNet-Prod`, and between `VNet-Hub` and `VNet-Dev`.
To comply with security policies, all traffic between `VNet-Prod` and `VNet-Dev` must transit through the Azure Firewall in `VNet-Hub`.
You associate a route table with `ProdSubnet` that contains a route for address prefix with a next hop of (Virtual appliance).
You associate a route table with `DevSubnet` that contains a route for address prefix with a next hop of (Virtual appliance).
Azure Firewall rules are configured to permit all traffic between the two spoke networks.
However, `VM-Prod` and `VM-Dev` are unable to communicate.
Which peering configuration must you enable on the virtual network peering connections to allow communication between the virtual networks?
- Enable 'Allow forwarded traffic' on the virtual network peering connections.Answer
- BEnable 'Use remote gateways' on the peering connections in the spoke virtual networks.
- CEnable 'Allow gateway transit' on the peering connections in the hub virtual network.
- DConfigure a User-Defined Route in the hub virtual network pointing to the spoke virtual networks using a next hop type of Virtual Network Gateway.