An enterprise is designing a routing architecture in Azure. The topology consists of the following components:
* A hub virtual network named `vnet-hub-eus` () that hosts a security Network Virtual Appliance (NVA) at .
* A spoke virtual network named `vnet-prod-eus` () containing two subnets: `subnet-app` () and `subnet-db` ().
* Virtual network peering is established between `vnet-hub-eus` and `vnet-prod-eus` with gateway transit disabled.
The design requires that all traffic from `vnet-prod-eus` to the Internet is routed through the NVA in `vnet-hub-eus` for inspection. However, to minimize latency and costs, traffic between `subnet-app` and `subnet-db` must route directly within the virtual network, bypassing the NVA.
To implement this, an administrator plans to associate a route table with both `subnet-app` and `subnet-db`.
Which route configuration should the administrator define in the route table to satisfy the requirements?
- A single route with the address prefix and the next hop type set to Virtual appliance pointing to Answer
- BA route with the address prefix pointing to as a Virtual appliance, and a route with the address prefix pointing to as a Virtual appliance
- CA route with the address prefix pointing to as a Virtual appliance, and two separate routes with the address prefixes and pointing to the next hop type of Virtual network
- DA single route with the address prefix and the next hop type set to Virtual network gateway