An organization has an Azure subscription containing two peered virtual networks: `VNet-Corp` (address space ) and `VNet-External` (address space ).
`VNet-Corp` contains three subnets:
- `Subnet-Transit` ()
- `Subnet-App` ()
- `Subnet-DB` ()
A Network Virtual Appliance (NVA) with the private IP address is deployed in `Subnet-Transit`. IP forwarding is enabled on its network interface.
A route table named `RT-App` is associated with `Subnet-App`. The route table contains the following user-defined routes (UDRs):
- Route 1: Destination , Next hop type: `Virtual appliance`, Next hop:
- Route 2: Destination , Next hop type: `Virtual network`
- Route 3: Destination , Next hop type: `Virtual appliance`, Next hop:
A virtual machine in `Subnet-App` attempts to send traffic to the following destinations:
- Destination 1: (a database server in `Subnet-DB`)
- Destination 2: (a server in `VNet-External`)
Which next hops will Azure use to route the traffic to Destination 1 and Destination 2?
- Destination 1: Virtual network; Destination 2: VNet peeringAnswer
- BDestination 1: Virtual appliance; Destination 2: Virtual appliance
- CDestination 1: Virtual network; Destination 2: Virtual appliance
- DDestination 1: Virtual appliance; Destination 2: VNet peering