A company is designing a hub-and-spoke virtual network topology in Azure. The hub virtual network, `vnet-hub-prod` (), contains an Azure Firewall () and a Virtual Network Gateway that connects to an on-premises network via ExpressRoute. The spoke virtual network, `vnet-spoke-app` (), contains a subnet named `snet-web` () and is peered with `vnet-hub-prod` with gateway transit enabled. The on-premises network advertises the prefix via BGP. To comply with security policies, all traffic from `snet-web` to the on-premises network must be inspected by the Azure Firewall. An architect associates a route table with `snet-web` and adds a User Defined Route (UDR) for pointing to the Azure Firewall. However, during testing, traffic from `snet-web` to the on-premises network bypasses the firewall and is routed directly to the gateway. Which of the following actions should the architect take to resolve this issue?
- Disable virtual network gateway route propagation on the route table associated with `snet-web`.Answer
- BConfigure a User Defined Route (UDR) for pointing to the Azure Firewall.
- CAdd a User Defined Route (UDR) for with the next hop set to the Virtual Network Gateway.
- DChange the next hop type of the User Defined Route (UDR) to Virtual Network Gateway.