An enterprise is designing a hub-and-spoke virtual network topology in Azure. The hub virtual network, `vnet-hub-core` (), hosts an Azure Firewall at and an ExpressRoute Virtual Network Gateway. The ExpressRoute gateway connects to the on-premises network () and receives a default route () via BGP to force-tunnel all internet traffic to the on-premises security appliance. A spoke virtual network, `vnet-prod-spoke` (), hosts a web application in `snet-web` () and a database in `snet-db` (). You need to design a routing solution for `snet-web` to meet the following requirements:
- All traffic to other spoke virtual networks (which use the address space) and the on-premises network must be routed through the Azure Firewall.
- Web servers in `snet-web` must communicate directly with the database in `snet-db` without passing through the Azure Firewall to minimize latency.
- All internet-bound traffic must be forced to the on-premises network via the ExpressRoute gateway.
Which route table configuration should you associate with `snet-web`?
- Associate a route table with gateway route propagation enabled. Add user-defined routes (UDRs) for and with a next hop of Virtual Appliance pointing to the Azure Firewall ().Answer
- BAssociate a route table with gateway route propagation enabled. Add user-defined routes (UDRs) for , , and with a next hop of Virtual Appliance pointing to the Azure Firewall ().
- CAssociate a route table with gateway route propagation disabled. Add user-defined routes (UDRs) for , , and with a next hop of Virtual Appliance pointing to the Azure Firewall ().
- DAssociate a route table with gateway route propagation enabled. Add a user-defined route (UDR) for with a next hop of Virtual Appliance pointing to the Azure Firewall ().