Will Azure AVD automatically connects the users to the VM's in closest region

Nazeer, Shalomon 0 Reputation points
2024-05-13T08:54:44.09+00:00

In our current existing setup, we have a single hostpool deployed in a US region and users are spread across the globe. which affects their RTT and cause performance issue.
So if we deploy a hostpool in a US region and build few VM's inside it from a nearby region. Will Azure AVD automatically connects the users to the VM's in closest region?

Or should we need to implement any load balancing to reroute the traffic to nearest location?

Can anyone share any thoughts on this? Thanks in advance

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,266 questions
Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,385 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anveshreddy Nimmala 2,790 Reputation points Microsoft Vendor
    2024-05-13T09:36:03.0066667+00:00

    Hello Nazeer, Shalomon,

    Welcome to the microsoft Q&A, thankyou for posting query here.

    Azure Virtual Desktop does not route users to the nearest VMs automatically, if all the VMs are part of a single host pool in one region.

    Users will connect to the host pool they are assigned to, regardless of their geographic location.

    To overcome round-trip times (RTT) issue you need to deploy host pools in multiple regions and each host pool should have session hosts in its respective region.

    https://learn.microsoft.com/en-us/azure/virtual-desktop/deploy-azure-virtual-desktop?tabs=portal

    You can use Azure Traffic Manager to route user connections to the appropriate regional host pool.

    https://learn.microsoft.com/en-us/azure/virtual-desktop/host-pool-load-balancing

    https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-overview

    https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-routing-methods

    Assign users to the host pool in their nearest region Assign users to the host pool in their nearest region using AD and group policy management.

    Hope this helps you.

    If an answer has been helpful, please consider accepting the answer to help increase visibility of this question for other members of the Microsoft Q&A community. If not, please let us know what is still needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    0 comments No comments