Your company is designing a hybrid network in Azure using a hub-and-spoke topology. The architecture includes:
* A hub virtual network named `vnet-hub-central` with an address space of .
* A spoke virtual network named `vnet-spoke-app` with an address space of .
* A spoke virtual network named `vnet-spoke-data` with an address space of .
* An Azure ExpressRoute gateway deployed in the `GatewaySubnet` () of `vnet-hub-central` connecting to the on-premises network.
* A third-party network virtual appliance (NVA) deployed in `vnet-hub-central` to inspect all transit traffic.
* An Azure Route Server deployed in the `RouteServerSubnet` () of `vnet-hub-central`.
You need to configure the network to ensure that the spoke virtual networks dynamically exchange routing information with the on-premises network via the NVA, minimizing manual route table maintenance.
Which three actions should you perform? (Each correct answer presents part of the solution.)
- Configure BGP peering between the NVA and the Azure Route Server.Cevap
- Enable the Branch-to-Branch (route exchange) setting on the Azure Route Server.Cevap
- Configure the virtual network peerings from the hub to the spokes to allow gateway transit, and the peerings from the spokes to the hub to use the remote virtual network's gateway or Route Server.Cevap
- DCreate User Defined Routes (UDRs) in the spoke subnets with a next hop pointing to the NVA's IP address for the on-premises IP ranges.
- ECreate User Defined Routes (UDRs) in the gateway subnet of `vnet-hub-central` that define routes to the spokes with the ExpressRoute gateway as the next hop.
- FCreate a User Defined Route (UDR) in the NVA subnet that overrides the default system route for the local virtual network address space ().