Skip to content

Commit e1dd4a7

Browse files
authored
Update status-monitor-v2-overview.md
1 parent 3bbd621 commit e1dd4a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-monitor/app/status-monitor-v2-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: abinetabate
99
# Deploy Azure Monitor Application Insights Agent for on-premises servers
1010

1111
> [!IMPORTANT]
12-
> This guidance is recommended for on-premises and non-Azure cloud deployments of Application Insights Agent. Here's the recommended approach for [Azure Virtual Machine and Azure Virtual Machine Scale Sets deployments](./azure-vm-vmss-apps.md).
12+
> This guidance is recommended for on-premises and non-Azure cloud deployments of Application Insights Agent. We recommend a [different deployment approach for Azure virtual machines and Azure virtual machine scale sets](./azure-vm-vmss-apps.md).
1313
1414
Application Insights Agent (formerly named Status Monitor V2) is a PowerShell module published to the [PowerShell Gallery](https://www.powershellgallery.com/packages/Az.ApplicationMonitor).
1515
It replaces Status Monitor.
@@ -28,7 +28,7 @@ Application Insights Agent is located in the [PowerShell Gallery](https://www.po
2828

2929
## Instructions
3030
- To get started with concise code samples, see [Get started](status-monitor-v2-get-started.md).
31-
- For a deep dive on how to get started, see the [Detailed instructions](status-monitor-v2-detailed-instructions.md).
31+
- For a deep dive on how to get started, see the [detailed instructions](status-monitor-v2-detailed-instructions.md).
3232

3333
## PowerShell API reference
3434
- [Disable-ApplicationInsightsMonitoring](./status-monitor-v2-api-reference.md#disable-applicationinsightsmonitoring)
@@ -51,15 +51,15 @@ Yes. There are multiple ways to download Application Insights Agent:
5151
- If your computer has internet access, you can onboard to the PowerShell Gallery by using `-Proxy` parameters.
5252
- You can also manually download the module and either install it on your computer or use it directly.
5353

54-
Each of these options is described in the [Detailed instructions](status-monitor-v2-detailed-instructions.md).
54+
Each of these options is described in the [detailed instructions](status-monitor-v2-detailed-instructions.md).
5555

5656
### Does Status Monitor v2 support ASP.NET Core applications?
5757

5858
Yes. Starting from [Application Insights Agent 2.0.0-beta1](https://www.powershellgallery.com/packages/Az.ApplicationMonitor/2.0.0-beta1), ASP.NET Core applications hosted in IIS are supported.
5959

6060
### How do I verify that the enablement succeeded?
6161

62-
- The [Get-ApplicationInsightsMonitoringStatus](./status-monitor-v2-api-reference.md#get-applicationinsightsmonitoringstatus) cmdlet can be used to verify that enablement succeeded.
62+
- You can use the [Get-ApplicationInsightsMonitoringStatus](./status-monitor-v2-api-reference.md#get-applicationinsightsmonitoringstatus) cmdlet to verify that enablement succeeded.
6363
- Use [Live Metrics](./live-stream.md) to quickly determine if your app is sending telemetry.
6464
- You can also use [Log Analytics](../logs/log-analytics-tutorial.md) to list all the cloud roles currently sending telemetry:
6565

@@ -69,7 +69,7 @@ Each of these options is described in the [Detailed instructions](status-monitor
6969
7070
## Troubleshooting
7171
72-
See the dedicated [Troubleshooting article](/troubleshoot/azure/azure-monitor/app-insights/status-monitor-v2-troubleshoot).
72+
See the dedicated [troubleshooting article](/troubleshoot/azure/azure-monitor/app-insights/status-monitor-v2-troubleshoot).
7373
7474
[!INCLUDE [azure-monitor-app-insights-test-connectivity](../../../includes/azure-monitor-app-insights-test-connectivity.md)]
7575
@@ -103,4 +103,4 @@ Add more telemetry:
103103
104104
* [Create web tests](monitor-web-app-availability.md) to make sure your site stays live.
105105
* [Add web client telemetry](./javascript.md) to see exceptions from webpage code and to enable trace calls.
106-
* [Add the Application Insights SDK to your code](./asp-net.md) so that you can insert trace and log calls.
106+
* [Add the Application Insights SDK to your code](./asp-net.md) so that you can insert trace and log calls.

0 commit comments

Comments
 (0)