Forum Discussion

Mtollex70's avatar
Mtollex70
Brass Contributor
Oct 05, 2021

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...
  • NKC25's avatar
    Oct 20, 2021
    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"


Resources