You have an Azure virtual network named `VNet1` that contains three subnets named `Subnet-Public` (), `Subnet-Secure` (), and `Subnet-DMZ` (). A Network Virtual Appliance (NVA) is deployed in `Subnet-DMZ` and is assigned the private IP address . You need to create a user-defined route in a route table associated with `Subnet-Secure` to direct all outbound internet traffic from `Subnet-Secure` through the NVA. Which next hop type and next hop IP address should you configure in the route table to meet this requirement?
- Next hop type: Virtual appliance; Next hop IP address: Answer
- BNext hop type: Virtual network gateway; Next hop IP address:
- CNext hop type: Virtual appliance; Next hop IP address:
- DNext hop type: Virtual network; Next hop IP address:
Answer
Next hop type: Virtual appliance; Next hop IP address:
To route traffic to an NVA, you must configure a route with the next hop type of 'Virtual appliance' and the next hop IP address set to the NVA's private IP ().
Step-by-Step Solution
Key Concept
Azure User-Defined Routes Next Hop Types