An enterprise is designing a hub-and-spoke network topology in Azure. The topology consists of the following components:
* A hub virtual network named `vnet-neur-hub` () containing an Azure Firewall deployed at IP address .
* A production spoke virtual network named `vnet-neur-prod` () peered with `vnet-neur-hub`.
* A shared services spoke virtual network named `vnet-neur-shared` () peered with `vnet-neur-hub`.
There is no direct virtual network peering between `vnet-neur-prod` and `vnet-neur-shared`.
You need to implement a routing design that achieves the following objectives:
1. All outbound internet traffic from `vnet-neur-prod` must transit through the Azure Firewall.
2. All traffic from `vnet-neur-prod` destined for `vnet-neur-shared` must transit through the Azure Firewall.
3. All traffic between resources within `vnet-neur-prod` must route directly within the virtual network without traversing the firewall.
Which TWO actions should you perform to configure the route table associated with the subnets in `vnet-neur-prod`?
- Add a route for with a next hop of Virtual Appliance and IP address .Answer
- Add a route for with a next hop of Virtual Appliance and IP address .Answer
- CAdd a route for with a next hop of Virtual Appliance and IP address .
- DAdd a route for with a next hop of Virtual Appliance and IP address .