nerdexam
Microsoft

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.

Submitted by lars.no· Apr 18, 2026Plan and implement an Azure Virtual Desktop infrastructure

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)
  • A
    3% (1)
  • B
    82% (27)
  • C
    6% (2)
  • D
    9% (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.

Aservice endpoints

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.

Bvirtual network peeringCorrect

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.

Crouting tables

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.

DAzure Traffic Manager

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

#Azure Networking#Virtual Network Peering#Azure Virtual Desktop#Cross-region connectivity

Community Discussion

No community discussion yet for this question.

Full AZ-140 Practice