An organization has an Azure virtual network named VNet-Prod () with three subnets: Web-Subnet (), App-Subnet (), and Sec-Subnet (). A Network Virtual Appliance (NVA) named NVA-Sec () is deployed in Sec-Subnet. A route table named RT-Web is associated with Web-Subnet. Currently, RT-Web contains the following user-defined routes:
- Route A: Destination , Next hop type: Virtual appliance, Next hop IP address:
- Route B: Destination , Next hop type: Virtual network
- Route C: Destination , Next hop type: Internet
You notice that traffic from Web-Subnet destined for servers in App-Subnet with IP addresses from to is bypassing NVA-Sec and communicating directly. You need to ensure that all traffic from Web-Subnet to App-Subnet is routed through NVA-Sec and successfully forwarded by the appliance. Which two actions should you perform? (Select two.)
- Delete Route B from the RT-Web route table.Answer
- Enable IP forwarding on the virtual network interface of NVA-Sec.Answer
- CModify Route B to set the next hop type to Virtual Network Gateway.
- DAssociate the RT-Web route table with App-Subnet.