AZ-140 · Question #168
You have an Azure subscription. The subscription contains a virtual machine named Server1 that runs Windows Server and is deployed to the West US Azure region. You deploy a new Azure Virtual Desktop h
The correct answer is B. virtual network peering. To ensure all traffic between an Azure Virtual Desktop host pool in one region and a virtual machine in another region routes over the Microsoft backbone network, implement virtual network peering.
Question
You have an Azure subscription. The subscription contains a virtual machine named Server1 that runs Windows Server and is deployed to the West US Azure region. You deploy a new Azure Virtual Desktop host pool named HostPool1 to the East US Azure region. You need to ensure that all the traffic between HostPool1 and Server1 is routed via the Microsoft backbone network. What should you use?
Options
- Aservice endpoints
- Bvirtual network peering
- Crouting tables
- DAzure Traffic Manager
How the community answered
(33 responses)- A3% (1)
- B82% (27)
- C6% (2)
- D9% (3)
Why each option
To ensure all traffic between an Azure Virtual Desktop host pool in one region and a virtual machine in another region routes over the Microsoft backbone network, implement virtual network peering.
Service endpoints provide secure and direct connectivity to Azure services from a virtual network over the Azure backbone, but they are not used for connecting two separate virtual networks or VMs within them across regions.
Virtual network peering connects two or more Azure virtual networks, allowing traffic between them to flow directly over the Microsoft backbone network using private IP addresses. This provides secure, low-latency communication between resources like HostPool1 and Server1 even when they are located in different Azure regions.
Routing tables (User-Defined Routes) manage traffic flow within or between virtual networks by specifying next-hop IP addresses, but they don't inherently connect virtual networks across regions via the Microsoft backbone without an underlying peering or VPN gateway.
Azure Traffic Manager is a DNS-based traffic load balancer that distributes incoming traffic across different endpoints based on routing methods, primarily for external-facing services, not for routing internal VM-to-VM traffic over the backbone network.
Concept tested: Cross-region VNet communication via peering
Source: https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview
Topics
Community Discussion
No community discussion yet for this question.