An enterprise is designing a hub-and-spoke virtual network topology in Azure to host a multi-tier application. The architecture includes:
- A hub virtual network named `vnet-hub-core` () that hosts a central Azure Firewall with a private IP address of .
- A spoke virtual network named `vnet-spoke-web` () containing a subnet named `web-subnet` ().
- A spoke virtual network named `vnet-spoke-db` () containing a subnet named `db-subnet` ().
Virtual network peering is configured between the hub and each spoke virtual network. Direct virtual network peering is not configured between the two spoke virtual networks.
You need to configure the routing to meet the following requirements:
- All traffic between `web-subnet` and `db-subnet` must be routed through the Azure Firewall for inspection.
- Traffic within each spoke virtual network must remain local and bypass the Azure Firewall.
Which two configurations should you implement?
- In the route table associated with `web-subnet`, add a route for with a next hop type of Virtual appliance and next hop IP address .Cevap
- In the route table associated with `db-subnet`, add a route for with a next hop type of Virtual appliance and next hop IP address .Cevap
- CIn the route table associated with `web-subnet`, add a route for with a next hop type of Virtual appliance and next hop IP address .
- DIn the route table associated with the Azure Firewall subnet, add routes for and with a next hop type of Virtual appliance and next hop IP address .