An enterprise is designing a hub-and-spoke virtual network topology in Azure with the following resource allocations:
* Hub VNet (`vnet-hub-prod`): CIDR containing a Network Virtual Appliance (NVA) at IP address .
* Spoke VNet A (`vnet-spoke-web`): CIDR .
* Spoke VNet B (`vnet-spoke-data`): CIDR .
Virtual network peering is configured between `vnet-hub-prod` and `vnet-spoke-web`, and between `vnet-hub-prod` and `vnet-spoke-data`. No direct peering exists between the two spokes.
You are designing the routing tables for `vnet-spoke-web` to satisfy these requirements:
1. All outbound traffic destined for the database servers in `vnet-spoke-data` must transit through the NVA.
2. All outbound traffic destined for the management services in the hub VNet (`vnet-hub-prod`) must transit through the NVA.
3. Subnet-to-subnet traffic within `vnet-spoke-web` must remain direct and must not be sent to the NVA.
Which two routing configurations should you implement in the route table associated with the subnets in `vnet-spoke-web`?
- A route for with the next hop set to Virtual Appliance and the IP address Cevap
- A route for with the next hop set to Virtual Appliance and the IP address Cevap
- CA single route for with the next hop set to Virtual Appliance and the IP address
- DA route for with the next hop set to Virtual Appliance and the IP address
- EA route for with the next hop set to Virtual Network Gateway