You are administering an Azure environment containing a virtual network named `VNet-Core` (). The virtual network contains three subnets:
- `Subnet-Workload` () containing application servers.
- `Subnet-DB` () containing database servers.
- `Subnet-NVA` () containing a third-party firewall VM named `NVA-Firewall` with a primary network interface named `nva-nic1` and IP address .
`VNet-Core` is peered with a hub virtual network named `VNet-Hub` () that has gateway transit configured. An ExpressRoute gateway in `VNet-Hub` propagates a BGP route for the on-premises network range to the subnets in `VNet-Core`.
A route table named `RT-Workload` is associated with `Subnet-Workload` and contains the following custom routes:
- Destination: , Next Hop Type: `VirtualAppliance`, Next Hop IP:
- Destination: , Next Hop Type: `VirtualAppliance`, Next Hop IP:
A new corporate security policy specifies that:
1. All outbound internet traffic from `Subnet-Workload` must be inspected by `NVA-Firewall`.
2. Traffic from `Subnet-Workload` to a specific on-premises server at must be routed through `NVA-Firewall` for compliance auditing.
3. All other traffic from `Subnet-Workload` to the network must bypass `NVA-Firewall` and go directly through the ExpressRoute gateway.
4. Active traffic routing through `NVA-Firewall` must not be dropped at the virtual network interface level.
Which configuration should you implement to satisfy these requirements?
- AAdd a route to `RT-Workload` with the destination prefix , the next hop type set to `VirtualNetworkGateway`, and the next hop IP address . Then, enable IP forwarding on the network interface `nva-nic1`.
- BAdd a route to `RT-Workload` with the destination prefix , the next hop type set to `VirtualAppliance`, and the next hop IP address . Then, enable IP forwarding on the network interfaces of all application servers in `Subnet-Workload`.
- Add a route to `RT-Workload` with the destination prefix , the next hop type set to `VirtualAppliance`, and the next hop IP address . Then, enable IP forwarding on the network interface `nva-nic1`.Cevap
- DAdd a route to `RT-Workload` with the destination prefix , the next hop type set to `VirtualAppliance`, and the next hop IP address . Then, enable IP forwarding at the virtual network level on `VNet-Core`.