An administrator is managing an Azure virtual network named `VNet-Enterprise` with an address space of . The virtual network includes the following subnets:
- `Subnet-Public` ()
- `Subnet-FW` () containing a firewall network virtual appliance (NVA) at IP address
- `Subnet-Private` ()
A route table named `RT-Public` is associated with `Subnet-Public`. The route table contains the following user-defined routes:
- Route 1: Address prefix: , Next hop type: Virtual appliance, Next hop address:
- Route 2: Address prefix: , Next hop type: Virtual network gateway
IP forwarding is enabled on the firewall NVA. A virtual machine in `Subnet-Public` attempts to initiate a connection to a database server at IP address .
How will Azure route the traffic destined for the database server?
- To the virtual appliance at because the route with the address prefix has the longest prefix match.Cevap
- BTo the virtual network gateway because Route 2 has a higher precedence than Route 1 due to the next hop type definition.
- CDirectly to the database server in Subnet-Private because the system route for the virtual network address space () overrides user-defined routes.
- DThe traffic is dropped because Route 1 defines a next hop address that is in a different subnet than the destination IP address.