Skip to content

Commit 27af1c0

Browse files
authored
Merge pull request #116602 from BhargaviAnnadevara-MSFT/patch-36
(AzureCXP) Fixes MicrosoftDocs/azure-docs#55723
2 parents 686f036 + a88e561 commit 27af1c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/virtual-desktop/diagnostics-log-analytics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Heidilohr
66

77
ms.service: virtual-desktop
88
ms.topic: conceptual
9-
ms.date: 04/30/2020
9+
ms.date: 05/27/2020
1010
ms.author: helohr
1111
manager: lizross
1212
---
@@ -175,6 +175,7 @@ WVDFeeds
175175
To find all connections for a single user:
176176

177177
```kusto
178+
WVDConnections
178179
|where UserName == "userupn"
179180
|take 100
180181
|sort by TimeGenerated asc, CorrelationId

0 commit comments

Comments
 (0)