Forum Discussion
Mtollex70
Oct 05, 2021Brass Contributor
Traffic path / AVD gateways
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...
- Oct 20, 2021Hi,
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"
Mtollex70
Oct 21, 2021Brass Contributor
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..
NKC25
Oct 22, 2021Brass Contributor
Yea, just tried looking for the list of regions couldn't figure out.