You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/diagnostics-log-analytics.md
+17-45Lines changed: 17 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,31 +20,19 @@ manager: lizross
20
20
21
21
Windows Virtual Desktop uses [Azure Monitor](../azure-monitor/overview.md) for monitoring and alerts like many other Azure services. This lets admins identify issues through a single interface. The service creates activity logs for both user and administrative actions. Each activity log falls under the following categories:
22
22
23
-
- Management Activities:
24
-
25
-
- Track whether attempts to change Windows Virtual Desktop objects using APIs or PowerShell are successful. For example, can someone successfully create a host pool using PowerShell?
26
-
23
+
- Management Activities:
24
+
- Track whether attempts to change Windows Virtual Desktop objects using APIs or PowerShell are successful. For example, can someone successfully create a host pool using PowerShell?
27
25
- Feed:
28
-
29
-
- Can users successfully subscribe to workspaces?
30
-
31
-
- Do users see all resources published in the Remote Desktop client?
32
-
26
+
- Can users successfully subscribe to workspaces?
27
+
- Do users see all resources published in the Remote Desktop client?
33
28
- Connections:
34
-
35
-
- When users initiate and complete connections to the service.
36
-
29
+
- When users initiate and complete connections to the service.
37
30
- Host registration:
38
-
39
-
- Was the session host successfully registered with the service upon connecting?
40
-
31
+
- Was the session host successfully registered with the service upon connecting?
41
32
- Errors:
42
-
43
-
- Are users encountering any issues with specific activities? This feature can generate a table that tracks activity data for you as long as the information is joined with the activities.
44
-
33
+
- Are users encountering any issues with specific activities? This feature can generate a table that tracks activity data for you as long as the information is joined with the activities.
45
34
- Checkpoints:
46
-
47
-
- Specific steps in the lifetime of an activity that were reached. For example, during a session, a user was load balanced to a particular host, then the user was signed on during a connection, and so on.
35
+
- Specific steps in the lifetime of an activity that were reached. For example, during a session, a user was load balanced to a particular host, then the user was signed on during a connection, and so on.
48
36
49
37
Connections that don't reach Windows Virtual Desktop won't show up in diagnostics results because the diagnostics role service itself is part of Windows Virtual Desktop. Windows Virtual Desktop connection issues can happen when the user is experiencing network connectivity issues.
50
38
@@ -141,7 +129,7 @@ The following example queries show how the diagnostics feature generates a repor
141
129
142
130
To get a list of connections made by your users, run this cmdlet:
0 commit comments