An enterprise is designing a hub-and-spoke network topology in Azure. The hub virtual network, `vnet-useast-hub` (), contains an Azure Firewall deployed at in the `AzureFirewallSubnet` (). The spoke virtual network, `vnet-useast-prod` (), contains two subnets: `snet-prod-web` () and `snet-prod-db` (). The two virtual networks are peered. You need to design a routing solution for the route table associated with `snet-prod-web` to meet the following requirements:
- All traffic destined for the internet must be routed through the Azure Firewall.
- All traffic destined for `snet-prod-db` must be routed through the Azure Firewall.
- Traffic between virtual machines within the same `snet-prod-web` subnet must bypass the Azure Firewall and communicate directly.
- The configuration must minimize administrative maintenance when new subnets are added to `vnet-useast-prod` in the future.
Which configuration should you use for the route table associated with `snet-prod-web`?
- A route for with a next hop type of Virtual Appliance and next hop IP address of ; a route for with a next hop type of Virtual Appliance and next hop IP address of ; and a route for with a next hop type of Virtual Network.Cevap
- BA route for with a next hop type of Virtual Appliance and next hop IP address of ; and a route for with a next hop type of Virtual Appliance and next hop IP address of .
- CA route for with a next hop type of Virtual Appliance and next hop IP address of ; and a route for with a next hop type of Virtual Appliance and next hop IP address of .
- DA route for with a next hop type of Virtual Appliance and next hop IP address of ; and a route for with a next hop type of Virtual Network.