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/deploy-diagnostics.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: Heidilohr
6
6
7
7
ms.service: virtual-desktop
8
8
ms.topic: conceptual
9
-
ms.date: 12/18/2019
9
+
ms.date: 03/03/2020
10
10
ms.author: helohr
11
11
---
12
12
@@ -113,7 +113,7 @@ Here's how to manually configure the recommended performance counters:
113
113
Learn more about the performance counters at [Windows and Linux performance data sources in Azure Monitor](/azure/azure-monitor/platform/data-sources-performance-counters).
114
114
115
115
>[!NOTE]
116
-
>Any additional counters you configure won’t show up in the diagnostics tool itself. To make it appear in the diagnostics tool, you need to configure the tool's config file. Instructions for how to do this with advanced administration will be available in GitHub at a later date.
116
+
>Any additional counters you configure won't show up in the diagnostics tool itself. To make it appear in the diagnostics tool, you need to configure the tool's config file. Instructions for how to do this with advanced administration will be available in GitHub at a later date.
117
117
118
118
## Validate the script results in the Azure portal
119
119
@@ -124,10 +124,9 @@ Before you continue deploying the diagnostics tool, we recommend that you verify
124
124
To make sure your app registration has API permissions:
125
125
126
126
1. Open a browser and connect to the [Azure portal](https://portal.azure.com/) with your administrative account.
127
-
2. Go to **App registrations** and look for your Azure AD App registration.
128
-
129
-

130
-
127
+
2. Go to **Azure Active Directory**.
128
+
3. Go to **App registrations** and select **All Applications**.
129
+
4. Look for your Azure AD app registration with the same app name you entered in step 5 of [Create an Azure Active Directory app registration](deploy-diagnostics.md#create-an-azure-active-directory-app-registration).
131
130
132
131
### Review your Log Analytics workspace
133
132
@@ -139,7 +138,7 @@ To make sure your Log Analytics workspace has the preconfigured Windows performa
139
138
4. Make sure the following counters are preconfigured:
140
139
141
140
- LogicalDisk(\*)\\%Free Space: Displays the amount of free space of the total usable space on the disk as a percentage.
142
-
- LogicalDisk(C:)\\Avg. Disk Queue Length: The length of disk transfer request for your C drive. The value shouldn’t exceed 2 for more than a short period of time.
141
+
- LogicalDisk(C:)\\Avg. Disk Queue Length: The length of disk transfer request for your C drive. The value shouldn't exceed 2 for more than a short period of time.
143
142
- Memory(\*)\\Available Mbytes: The available memory for the system in megabytes.
144
143
- Processor Information(\*)\\Processor Time: the percentage of elapsed time that the processor spends to execute a non-Idle thread.
145
144
- User Input Delay per Session(\*)\\Max Input Delay
0 commit comments