An enterprise is designing a hub-and-spoke virtual network topology in Azure. The topology consists of a hub virtual network named `vnet-hub-prod` (), a spoke virtual network named `vnet-spoke-app` (), and a spoke virtual network named `vnet-spoke-db` (). The hub virtual network contains an Azure Firewall deployed at . Virtual network peering is established between the hub and each spoke virtual network.
The following routing requirements must be met:
- All traffic between `vnet-spoke-app` and `vnet-spoke-db` must transit through the Azure Firewall in the hub.
- All outbound internet traffic from the spokes must be routed through the Azure Firewall.
- Virtual machines within `vnet-spoke-app` must communicate directly with each other without sending traffic to the firewall.
Which of the following routing configurations should you implement to satisfy these requirements? (Select TWO.)
- Associate a route table to the subnets in `vnet-spoke-app` containing a route for and a route for , both with a next hop type of Virtual Appliance pointing to .Answer
- Associate a route table to the subnets in `vnet-spoke-db` containing a route for and a route for , both with a next hop type of Virtual Appliance pointing to .Answer
- CAssociate a route table to the subnets in `vnet-spoke-app` containing a route for with a next hop type of Virtual Appliance pointing to .
- DAssociate a route table to the subnets in `vnet-spoke-db` containing a route for with a next hop type of Virtual Appliance pointing to .