An enterprise is designing a hub-and-spoke virtual network topology in Azure. The hub virtual network, `vnet-hub-eastus` (), hosts an Azure Firewall with the private IP address . A spoke virtual network, `vnet-prod-spoke` (), is peered with the hub virtual network. The enterprise has multiple other spoke virtual networks deployed within the address space.
You need to design a routing solution for `vnet-prod-spoke` that meets the following requirements:
- All traffic destined for the internet must be inspected by the Azure Firewall.
- All traffic destined for other spoke virtual networks within the range must be inspected by the Azure Firewall.
- Traffic between subnets within `vnet-prod-spoke` must route directly between the subnets and bypass the firewall.
Which two routing configurations should you implement in the user-defined route (UDR) table associated with the subnets in `vnet-prod-spoke`? (Select two.)
- A route for with the next hop set to the Virtual Appliance IP address Answer
- A route for with the next hop set to the Virtual Appliance IP address Answer
- CA route for with the next hop set to the Virtual Appliance IP address
- DA route for with the next hop set to the Virtual Appliance IP address