An enterprise is designing a hub-and-spoke virtual network topology in Azure. The hub virtual network, `vnet-hub-weur` (), contains a Virtual Network Gateway connected to an on-premises network. A spoke virtual network, `vnet-spoke-prod` (), contains a workload subnet named `snet-app` (). A pair of network virtual appliances (NVAs) is deployed in the hub and sits behind an internal load balancer at .
The Virtual Network Gateway receives BGP route advertisements from on-premises, including a summary route of and a specific database subnet prefix of . To inspect all on-premises bound traffic, you associate a route table named `rt-spoke-app` with the `snet-app` subnet and add a user-defined route (UDR) for pointing to the load balancer at . Gateway route propagation is enabled on `rt-spoke-app`.
During testing, you observe that traffic from `snet-app` to the database tier () bypasses the NVAs and goes directly to the Virtual Network Gateway. Which action should you recommend to ensure all on-premises bound traffic is inspected by the NVAs?
- Disable gateway route propagation on the `rt-spoke-app` route table.Cevap
- BCreate a UDR for pointing to the Virtual Network Gateway in the `rt-spoke-app` route table.
- CChange the address prefix of the existing UDR in `rt-spoke-app` to .
- DAdd a new UDR for pointing to the NVA load balancer in the `rt-spoke-app` route table.