An enterprise is designing a hub-and-spoke virtual network topology in Azure:
- The hub virtual network, `vnet-hub-weur`, has the address space and hosts an Azure Firewall at .
- The spoke virtual network, `vnet-spoke-prod`, has the address space and contains a subnet named `snet-app` ().
- Virtual network peering is established between `vnet-hub-weur` and `vnet-spoke-prod` with transit enabled.
The enterprise has the following routing requirements for traffic originating from `snet-app`:
1. All traffic destined for the internet must be inspected by the Azure Firewall in `vnet-hub-weur`.
2. All traffic destined for resources in `vnet-hub-weur` must be inspected by the Azure Firewall.
3. Traffic destined for other subnets within `vnet-spoke-prod` must bypass the firewall and route directly.
You need to configure the route table associated with `snet-app` to meet these requirements. Which two route configurations should you add? (Select TWO.)
- A route for with a next hop type of `Virtual appliance` and a next hop IP address of .Answer
- A route for with a next hop type of `Virtual appliance` and a next hop IP address of .Answer
- 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`.