An enterprise designs a hub-and-spoke virtual network topology in Azure. The hub virtual network is `vnet-hub-prod` () and hosts an Azure Firewall at . The spoke virtual network is `vnet-spoke-app` () and contains two subnets: `subnet-web` () and `subnet-db` (). The virtual networks are connected via Virtual Network Peering.
The administrator wants to route all traffic from `subnet-web` to `subnet-db` through the Azure Firewall for security inspection. To achieve this, the administrator creates a route table and associates it with `subnet-web`.
Which route configuration should be added to the route table to inspect traffic destined for `subnet-db` while ensuring that local traffic within `subnet-web` and traffic to other potential subnets in `vnet-spoke-app` continues to route directly within the virtual network?
- Address prefix: ; Next hop type: Virtual appliance; Next hop address: Cevap
- BAddress prefix: ; Next hop type: Virtual appliance; Next hop address:
- CAddress prefix: ; Next hop type: Virtual network gateway; Next hop address:
- DAddress prefix: ; Next hop type: VNet peering; Next hop address: None