An enterprise is designing a hub-and-spoke network topology in Azure to support dynamic routing between on-premises branch offices and Azure resources. The topology consists of the following:
* A hub virtual network named `vnet-use-hub` () containing:
* `GatewaySubnet` () with an ExpressRoute gateway.
* `RouteServerSubnet` () hosting an Azure Route Server.
* `subnet-nva` () hosting a pair of SD-WAN Network Virtual Appliances (NVAs) that establish BGP sessions with the Azure Route Server.
* A spoke virtual network named `vnet-prod-spoke` () containing application workloads in `subnet-app` ().
A virtual network peering connects `vnet-use-hub` and `vnet-prod-spoke` with gateway transit enabled on the hub side.
The design must satisfy these requirements:
* Application workloads in `subnet-app` must dynamically learn and route traffic to on-premises branch offices via the SD-WAN NVAs.
* You must minimize manual administrative effort by avoiding static user-defined routes (UDRs) in the spoke virtual network.
* Direct traffic between `vnet-prod-spoke` and the hub VNet `vnet-use-hub` must be maintained without routing through the SD-WAN NVAs to ensure optimal latency.
* The Azure Route Server must exchange routing information between the SD-WAN NVAs and the ExpressRoute gateway.
Which two actions should you include in the design?
- Enable branch-to-branch routing on the Azure Route Server.Cevap
- Enable the 'Use the remote virtual network's gateway or Route Server' option on the peering from `vnet-prod-spoke` to `vnet-use-hub`.Cevap
- CConfigure a User Defined Route (UDR) on `subnet-app` with the address prefix `10.100.0.0/16` and next hop type `Virtual Appliance` pointing to the SD-WAN NVAs.
- DConfigure a User Defined Route (UDR) on `subnet-app` with the address prefix `10.101.0.0/16` and next hop type `VnetLocal`.
- EEnable the 'Use the remote virtual network's gateway or Route Server' option on the peering from `vnet-use-hub` to `vnet-prod-spoke`.