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/azure-monitor/app/status-monitor-v2-api-enable-monitoring.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ After you enable monitoring, we recommend that you use [Live Metrics](live-strea
39
39
> - This cmdlet requires that you review and accept our license and privacy statement.
40
40
41
41
> [!IMPORTANT]
42
-
> This cmdlet requires a PowerShell session with Admin permissions and an elevated execution policy. For more information, see [Run PowerShell as administrator with an elevated execution policy](status-monitor-v2-detailed-instructions.md#run-powershell-as-administrator-with-an-elevated-execution-policy).
42
+
> This cmdlet requires a PowerShell session with Admin permissions and an elevated execution policy. For more information, see [Run PowerShell as administrator with an elevated execution policy](status-monitor-v2-detailed-instructions.md#run-powershell-as-admin-with-an-elevated-execution-policy).
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/status-monitor-v2-detailed-instructions.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ These steps will prepare your server to download modules from PowerShell Gallery
122
122
- You can confirm this change and audit all PSRepositories by running the `Get-PSRepository` command.
123
123
124
124
4. Install the newest version of PowerShellGet.
125
-
- Description: This module contains the tooling used to get other modules from PowerShell Gallery. Version 1.0.0.1 ships with Windows 10 and Windows Server. Version 1.6.0 or higher is required. To determine which version you have installed, run the `Get-Command -Module PowerShellGet` command.
125
+
- Description: This module contains the tooling used to get other modules from PowerShell Gallery. Version 1.0.0.1 ships with Windows 10 and Windows Server. Version 1.6.0 or higher is required. To determine which version is installed, run the `Get-Command -Module PowerShellGet` command.
#### Unzip .nupkg by using Expand-Archive (v1.1.0.0)
187
+
#### Unzip nupkg by using Expand-Archive (v1.1.0.0)
188
188
189
-
- Description: Use a current version of Expand-Archive to unzip .nupkg files without changing the extension.
189
+
- Description: Use a current version of Expand-Archive to unzip nupkg files without changing the extension.
190
190
- Reference: [Expand-Archive](https://docs.microsoft.com/powershell/module/microsoft.powershell.archive/expand-archive?view=powershell-6) and [Microsoft.PowerShell.Archive](https://www.powershellgallery.com/packages/Microsoft.PowerShell.Archive/1.1.0.0).
191
191
- Command:
192
192
@@ -196,7 +196,7 @@ For more information, see [Installing a PowerShell Module](https://docs.microsof
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/status-monitor-v2-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,8 @@ Each of these options is described in the [detailed instructions](status-monitor
59
59
60
60
- How do I verify that the enablement succeeded?
61
61
62
-
There is no cmdlet to verify that enablement succeeded.
63
-
We recommend that you use [Live Metrics](https://docs.microsoft.com/azure/azure-monitor/app/live-stream) to quickly determine if your app is sending telemetry.
62
+
There's no cmdlet to verify enablement succeeded.
63
+
We recommend you use [Live Metrics](https://docs.microsoft.com/azure/azure-monitor/app/live-stream) to quickly determine if your app is sending telemetry.
64
64
65
65
You can also use [Log Analytics](../log-query/get-started-portal.md) to list all the cloud roles currently sending telemetry:
0 commit comments