SOLVED

Traffic path / AVD gateways

Brass Contributor

Is it possible to see somewhere which AVD Gateway the clients are going through? We have a problem with very high RTTs, we're talking 200-400ms reported by Azure Monitor. Clients are in Norway, hosts in the Netherlands. Traffic should be going through the Norway gateways, but how can we know thats actually the case? Our customer are experiencing lots of disconnects, at random times, random hosts and random users, maybe because of this.

6 Replies
Hi,
Have you tried using the AVD experience estimator to see what region is most suitable for you?
https://azure.microsoft.com/en-us/services/virtual-desktop/assessment/#estimation-tool
Yes, i know which region is most suitable, i just want to confirm that the traffic is really going that way.. :grinning_face:
best response confirmed by Mtollex70 (Brass Contributor)
Solution
Hi,
If I understood correctly, you would like to see where your user connections are hitting to which gateway region of Azure?
If yes, then you can query the log analytics .. WVDConnections
if you want specific Gateway like SouthIndia then you can use below.

WVDConnections | where GatewayRegion == "SIN"


@NKC25 Thanks! This was just what i was looking for :) You dont happen to have a list over all the codes for the different gateway regions? You know, WEU is West Europe, NOE is Norway East etc. I see some users are connecting through regions i cant figure out where is.. 

Yea, just tried looking for the list of regions couldn't figure out.
1 best response

Accepted Solutions
best response confirmed by Mtollex70 (Brass Contributor)
Solution
Hi,
If I understood correctly, you would like to see where your user connections are hitting to which gateway region of Azure?
If yes, then you can query the log analytics .. WVDConnections
if you want specific Gateway like SouthIndia then you can use below.

WVDConnections | where GatewayRegion == "SIN"


View solution in original post