An administrator configures virtual network routing in an Azure subscription. The subscription contains a virtual network named `VNet-Enterprise` () with three subnets:
* `Subnet-Web` ()
* `Subnet-App` ()
* `Subnet-DMZ` ()
A Network Virtual Appliance (NVA) named `NVA-Firewall` is deployed in `Subnet-DMZ` with the private IP address . IP forwarding is enabled on the network interface of `NVA-Firewall`.
You create a user-defined route table named `RT-App` and associate it with `Subnet-App`. You configure the following custom routes in `RT-App`:
* Route 1: Address prefix: ; Next hop type: Virtual Appliance; Next hop IP address:
* Route 2: Address prefix: ; Next hop type: Virtual Network
A virtual machine in `Subnet-App` () attempts to establish connections to a virtual machine in `Subnet-Web` () and a virtual machine in `Subnet-DMZ` ().
Which routing behavior will occur?
- Traffic to is routed directly via the Virtual Network; traffic to is routed through `NVA-Firewall`.Cevap
- BTraffic to both and is routed through `NVA-Firewall` because the User-Defined Route table overrides default routing.
- CTraffic to is dropped because routing through a Network Virtual Appliance requires the next hop type to be set to Virtual Network Gateway.
- DTraffic to both destinations is routed directly via the Virtual Network because system routes for the local virtual network cannot be overridden by User-Defined Routes.