An Azure administrator is designing the routing for a virtual network named `VNet-Internal` (). The virtual network contains the following subnets:
* `Subnet-Web` ()
* `Subnet-App` ()
* `Subnet-DMZ` ()
A virtual appliance named `NVA-Firewall` is deployed in `Subnet-DMZ` and is assigned the private IP address . IP forwarding is disabled on the network interface of `NVA-Firewall`.
You assign a custom route table named `RT-Web` to `Subnet-Web`. The route table contains the following rules:
* Route 1: Destination address prefix ; Next hop type: Virtual appliance; Next hop IP address
* Route 2: Destination address prefix ; Next hop type: None
A virtual machine in `Subnet-Web` attempts to initiate a TCP connection to a server in `Subnet-App` at the IP address .
What will happen to this network traffic?
- The traffic will be sent to the network interface of the virtual appliance and then discarded.Answer
- BThe traffic will be discarded at the subnet level before leaving the source subnet.
- CThe traffic will bypass the user-defined routes and be delivered directly to the server using the default system route.
- DThe traffic will be forwarded to the Virtual Network Gateway for routing.