You have an Azure subscription containing a virtual network named `VNet1` (). `VNet1` contains the following three subnets:
* `Subnet-Web` ()
* `Subnet-App` ()
* `Subnet-Transit` ()
You deploy a Network Virtual Appliance (NVA) named `NVA1` to `Subnet-Transit`. The primary network interface of `NVA1` is named `nic-nva` and has a private IP address of .
You need to implement a routing solution that meets the following requirements:
1. All outbound internet-bound traffic from `Subnet-Web` must be routed through `NVA1`.
2. All internal traffic from `Subnet-Web` destined for database servers in `Subnet-App` must bypass `NVA1` and route directly.
3. `NVA1` must be able to forward transit packets.
Which two configurations should you perform to meet these requirements? (Select two.)
- Enable IP forwarding on the network interface nic-nva.Cevap
- Associate a route table with Subnet-Web that contains a route for 0.0.0.0/0 with a next hop type of Virtual appliance and a next hop IP address of 172.20.10.4.Cevap
- CAssociate a route table with Subnet-Web that contains a route for 172.20.2.0/24 with a next hop type of Virtual appliance and a next hop IP address of 172.20.10.4.
- DAssociate a route table with Subnet-Web that contains a route for 0.0.0.0/0 with a next hop type of Virtual network gateway.
- EAssociate a route table with Subnet-Transit that contains a route for 0.0.0.0/0 with a next hop type of Virtual appliance and a next hop IP address of 172.20.10.4.