An organization is designing a hybrid network in Azure to support dynamic routing between their on-premises datacenter () and Azure resources.
The architecture consists of the following components:
- A hub virtual network named `vnet-useast-hub-transit` () that hosts an Azure Route Server named `ars-useast` in the dedicated `RouteServerSubnet`, an ExpressRoute gateway, and two active-active Network Virtual Appliances (NVAs) that establish BGP sessions with the Route Server.
- A spoke virtual network named `vnet-useast-spoke-prod` () that hosts application workloads.
- A virtual network peering connection between `vnet-useast-hub-transit` and `vnet-useast-spoke-prod`.
The routing requirements are as follows:
- BGP routes from the on-premises datacenter must propagate dynamically to the virtual machines in `vnet-useast-spoke-prod` via the NVAs.
- Static User-Defined Routes (UDRs) must not be configured or managed in `vnet-useast-spoke-prod` to avoid operational overhead.
- Traffic must route dynamically between the ExpressRoute gateway and the NVAs.
Which two configuration settings should you implement to meet these requirements? (Choose two.)
- Enable the branch-to-branch setting on the Azure Route Server `ars-useast`.Answer
- Configure the virtual network peering from `vnet-useast-spoke-prod` to `vnet-useast-hub-transit` to use the remote virtual network's gateway or Route Server.Answer
- CDisable route propagation on the route tables associated with the subnets in `vnet-useast-spoke-prod`.
- DCreate user-defined routes (UDRs) in `vnet-useast-spoke-prod` pointing to the private IP addresses of the NVAs as the next hop.
- EAssociate a route filter with the ExpressRoute circuit targeting the private peering IP addresses of the NVAs.