An enterprise is designing a hub-and-spoke virtual network topology in Azure to secure traffic between application tiers.
The hub virtual network, `vnet-useast-hub` (), hosts an Azure Firewall with the private IP address .
The app spoke virtual network, `vnet-useast-app` (), contains two subnets:
* `web-subnet` ()
* `api-subnet` ()
The database spoke virtual network, `vnet-useast-db` (), contains one subnet:
* `db-subnet` ()
Both spoke virtual networks are peered with `vnet-useast-hub`. No direct peering exists between the spokes.
You need to design a routing solution that meets the following requirements:
1. All outbound traffic from `web-subnet` to `db-subnet` must be routed through the Azure Firewall in the hub.
2. All return traffic from `db-subnet` to `web-subnet` must also traverse the Azure Firewall.
3. Traffic between `web-subnet` and `api-subnet` within the app spoke must remain local and route directly without traversing the firewall.
Which of the following configurations should you implement to meet these requirements? (Select TWO.)
- Associate a route table with `web-subnet` and add a route for destination with a next hop type of Virtual Appliance and IP address .Answer
- Associate a route table with `db-subnet` and add a route for destination with a next hop type of Virtual Appliance and IP address .Answer
- CAssociate a route table with `web-subnet` and add a route for destination with a next hop type of Virtual Appliance and IP address .
- DAssociate a route table with `web-subnet` and add a route for destination with a next hop type of Virtual Appliance and IP address .