Skip to content

Commit a88e561

Browse files
(AzureCXP) Fixes MicrosoftDocs/azure-docs#55723
Corrected Kusto snippet
1 parent 9aba9e7 commit a88e561

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)