An enterprise is designing a hub-and-spoke network topology in Azure to support their application infrastructure. The topology includes the following components:
* A hub virtual network named `vnet-hub-useast` () that hosts a Virtual Network Gateway and an Azure Firewall with the private IP address ``.
* A spoke virtual network named `vnet-spoke-app` () that contains two subnets: `snet-web` () and `snet-db` ().
* An on-premises network () connected to the hub's Virtual Network Gateway via an ExpressRoute circuit.
* Virtual network peering established between `vnet-hub-useast` and `vnet-spoke-app` with gateway transit enabled.
You are designing a routing solution for the subnets in `vnet-spoke-app` to meet these requirements:
1. All outbound traffic destined for the internet must be inspected by the Azure Firewall.
2. All traffic destined for the on-premises network () must route through the Virtual Network Gateway.
3. Traffic between `snet-web` and `snet-db` must route directly within the spoke virtual network without traversing the hub.
4. The configuration must minimize administrative overhead and avoid using statically defined routes for on-premises address ranges.
Which two configurations should you include in the route table associated with the spoke subnets to meet these requirements?
- A route for with a next hop type of Virtual appliance and a next hop IP address of Cevap
- Gateway route propagation enabled on the route tableCevap
- CA route for with a next hop type of Virtual appliance and a next hop IP address of
- DA route for with a next hop type of Virtual network gateway and gateway route propagation disabled