Skip to content

Commit 0562916

Browse files
authored
Merge pull request #105142 from Heidilohr/work-app-registration
Update to app registration
2 parents 1645474 + ea927c7 commit 0562916

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/virtual-desktop/deploy-diagnostics.md

Lines changed: 6 additions & 7 deletions
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: 12/18/2019
9+
ms.date: 03/03/2020
1010
ms.author: helohr
1111
---
1212

@@ -113,7 +113,7 @@ Here's how to manually configure the recommended performance counters:
113113
Learn more about the performance counters at [Windows and Linux performance data sources in Azure Monitor](/azure/azure-monitor/platform/data-sources-performance-counters).
114114

115115
>[!NOTE]
116-
>Any additional counters you configure wont 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.
117117
118118
## Validate the script results in the Azure portal
119119

@@ -124,10 +124,9 @@ Before you continue deploying the diagnostics tool, we recommend that you verify
124124
To make sure your app registration has API permissions:
125125

126126
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-
![The API permissions page.](media/api-permissions-page.png)
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).
131130

132131
### Review your Log Analytics workspace
133132

@@ -139,7 +138,7 @@ To make sure your Log Analytics workspace has the preconfigured Windows performa
139138
4. Make sure the following counters are preconfigured:
140139

141140
- 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 shouldnt 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.
143142
- Memory(\*)\\Available Mbytes: The available memory for the system in megabytes.
144143
- Processor Information(\*)\\Processor Time: the percentage of elapsed time that the processor spends to execute a non-Idle thread.
145144
- User Input Delay per Session(\*)\\Max Input Delay
Binary file not shown.

0 commit comments

Comments
 (0)