You manage an Azure subscription that contains a virtual network named `VNet-Corp` (). `VNet-Corp` contains three subnets:
- `Subnet-Web` ()
- `Subnet-DB` ()
- `Subnet-Sec` () containing a Network Virtual Appliance (NVA) at IP address .
A route table named `RT-Web` is associated with `Subnet-Web`. `RT-Web` contains the following user-defined routes (UDRs):
- A route for destination with a next hop type of Virtual Network Gateway.
- A route for destination with a next hop type of Virtual appliance and a next hop IP address of .
IP forwarding is enabled on the network interface of the NVA. The default system route for the virtual network is with a next hop type of Virtual network.
A virtual machine in `Subnet-Web` attempts to send traffic to a database server at IP address in `Subnet-DB`.
Which next hop will Azure select for this traffic?
- AThe Virtual Network Gateway because user-defined routes configured with a Virtual Network Gateway take precedence over Virtual Appliance routes.
- The Network Virtual Appliance (NVA) at because the user-defined route for is the longest prefix match.Cevap
- CThe Virtual network (default system route) because default system routes cannot be overridden by user-defined routes for destinations within the same virtual network.
- DThe database server directly because local subnet routes always override user-defined routes.