You manage an Azure environment that contains a virtual network named `VNet1` (). `VNet1` contains three subnets:
* `Subnet-Web` ()
* `Subnet-App` ()
* `Subnet-Secure` ()
An Azure ExpressRoute gateway is connected to `VNet1` and propagates BGP routes from an on-premises network () to all subnets.
You deploy a network virtual appliance (NVA) in `Subnet-Secure` that has the private IP address of .
You create a custom route table named `RT1` and associate it with `Subnet-Web`. `RT1` has a single user-defined route for with the next hop set to the NVA at .
You have the following routing requirements for traffic originating from `Subnet-Web`:
* All traffic destined for the internet must be routed through the NVA.
* All traffic destined for `Subnet-App` must route directly, bypassing the NVA.
* All traffic destined for the on-premises network () must be routed through the NVA.
What should you do on `RT1` to meet these requirements?
- Disable gateway route propagation on the route table.Answer
- BAdd a route for with a next hop type of Virtual network gateway.
- CDisable gateway route propagation on the route table and add a route for with a next hop type of Virtual appliance pointing to .
- DAdd a route for with a next hop type of Virtual network gateway.