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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This article describes a cmdlet that's a member of the [Az.ApplicationMonitor Po
19
19
20
20
> [!IMPORTANT]
21
21
> Status Monitor v2 is currently in public preview.
22
-
> This preview version is provided without a service-level agreement, and we don't recommended it for production workloads. Some features might not be supported, and some might have constrained capabilities.
22
+
> This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Some features might not be supported, and some might have constrained capabilities.
23
23
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
24
24
25
25
## Description
@@ -103,7 +103,7 @@ The instrumentation engine adds overhead and is off by default.
103
103
**Optional.** Use this switch to accept the license and privacy statement in headless installations.
104
104
105
105
### -Verbose
106
-
**Common parameter.** Use this switch to output detailed logs.
106
+
**Common parameter.** Use this switch to display detailed logs.
107
107
108
108
### -WhatIf
109
109
**Common parameter.** Use this switch to test and validate your input parameters without actually enabling monitoring.
@@ -149,7 +149,7 @@ Successfully enabled Application Insights Status Monitor
149
149
View your telemetry:
150
150
-[Explore metrics](../../azure-monitor/app/metrics-explorer.md) to monitor performance and usage.
151
151
-[Search events and logs](../../azure-monitor/app/diagnostic-search.md) to diagnose problems.
152
-
- Use [analytics](../../azure-monitor/app/analytics.md) for more advanced queries.
152
+
-[Use Analytics](../../azure-monitor/app/analytics.md) for more advanced queries.
- `-Proxy`. Specifies a proxy server for the request.
113
113
114
114
You'll receive this prompt if PowerShell Gallery isn't trusted:
@@ -119,7 +119,7 @@ These steps will prepare your server to download modules from PowerShell Gallery
119
119
'PSGallery'?
120
120
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"):
121
121
122
-
- You can confirm this change and audit all PSRepositories by running the `Get-PSRepository` command.
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
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.
@@ -129,7 +129,7 @@ These steps will prepare your server to download modules from PowerShell Gallery
129
129
- `-Proxy`. Specifies a proxy server for the request.
130
130
- `-Force`. Bypasses the "already installed" warning and installs the latest version.
131
131
132
-
You'll receive this error if you're not using newest version of PowerShellGet:
132
+
You'll receive this error if you're not using the newest version of PowerShellGet:
133
133
134
134
Install-Module : A parameter cannot be found that matches parameter name 'AllowPrerelease'.
135
135
At line:1 char:20
@@ -162,15 +162,15 @@ If for any reason you can't connect to the PowerShell module, you can manually d
162
162
### Manually download the latest nupkg file
163
163
164
164
1. Go to https://www.powershellgallery.com/packages/Az.ApplicationMonitor.
165
-
2. Select the latest version in the **Version History** table.
165
+
2. Select the latest version of the file in the **Version History** table.
166
166
3. Under **Installation Options**, select **Manual Download**.
167
167
168
168
### Option 1: Install into a PowerShell modules directory
169
169
Install the manually downloaded PowerShell module into a PowerShell directory so it will be discoverable by PowerShell sessions.
170
170
For more information, see [Installing a PowerShell Module](https://docs.microsoft.com/powershell/developer/module/installing-a-powershell-module).
171
171
172
172
173
-
#### Unzip nupkg as a .zip by using Expand-Archive (v1.0.1.0)
173
+
#### Unzip nupkg as a zip file by using Expand-Archive (v1.0.1.0)
174
174
175
175
- Description: The base version of Microsoft.PowerShell.Archive (v1.0.1.0) can't unzip nupkg files. Rename the file with the .zip extension.
@@ -216,7 +216,7 @@ If you're installing the module into any other directory, manually import the mo
216
216
217
217
When you monitor a computer on your private intranet, you'll need to route HTTP traffic through a proxy.
218
218
219
-
The PowerShell commands to download and install the Az.ApplicationMonitor from the PowerShell Gallery support a `-Proxy` parameter.
219
+
The PowerShell commands to download and install Az.ApplicationMonitor from the PowerShell Gallery support a `-Proxy` parameter.
220
220
Review the preceding instructions when you write your installation scripts.
221
221
222
222
The Application Insights SDK will need to send your app's telemetry to Microsoft. We recommend that you configure proxy settings for your app in your web.config file. For more information, see [Application Insights FAQ: Proxy passthrough](https://docs.microsoft.com/azure/azure-monitor/app/troubleshoot-faq#proxy-passthrough).
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/status-monitor-v2-get-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
28
28
> This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Some features might not be supported, and some might have constrained capabilities.
29
29
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
30
30
31
-
## Download and install the module via PowerShell Gallery
0 commit comments