An enterprise is designing a hybrid networking solution in Azure. The architecture includes:
- A hub virtual network named `vnet-hub-eus` () that hosts a Virtual Network Gateway connected to an on-premises network.
- A spoke virtual network named `vnet-prod-eus` () containing two subnets: `subnet-web` () and `subnet-app` ().
- Virtual network peering configured between `vnet-hub-eus` and `vnet-prod-eus` with gateway transit enabled.
The enterprise has the following requirements:
- All outbound internet traffic from `vnet-prod-eus` must be redirected through the Virtual Network Gateway to the on-premises firewall for inspection.
- All traffic between `subnet-web` and `subnet-app` must route directly between the subnets and must not traverse the gateway or on-premises network.
You need to design a routing solution using a custom Route Table associated with both subnets in `vnet-prod-eus`.
Which route configuration should you specify in the Route Table?
- A route for with the next hop type set to Virtual network gateway.Answer
- BA route for with the next hop type set to Virtual network gateway, and a route for with the next hop type set to Virtual network gateway.
- CA route for with the next hop type set to Virtual network gateway, and a route for with the next hop type set to None.
- DA route for with the next hop type set to Virtual network gateway, and a route for with the next hop type set to Virtual network gateway.