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-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.reviewer: abinetabate
9
9
# Deploy Azure Monitor Application Insights Agent for on-premises servers
10
10
11
11
> [!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).
13
13
14
14
Application Insights Agent (formerly named Status Monitor V2) is a PowerShell module published to the [PowerShell Gallery](https://www.powershellgallery.com/packages/Az.ApplicationMonitor).
15
15
It replaces Status Monitor.
@@ -28,7 +28,7 @@ Application Insights Agent is located in the [PowerShell Gallery](https://www.po
28
28
29
29
## Instructions
30
30
- 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).
@@ -51,15 +51,15 @@ Yes. There are multiple ways to download Application Insights Agent:
51
51
- If your computer has internet access, you can onboard to the PowerShell Gallery by using `-Proxy` parameters.
52
52
- You can also manually download the module and either install it on your computer or use it directly.
53
53
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).
55
55
56
56
### Does Status Monitor v2 support ASP.NET Core applications?
57
57
58
58
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.
59
59
60
60
### How do I verify that the enablement succeeded?
61
61
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.
63
63
- Use [Live Metrics](./live-stream.md) to quickly determine if your app is sending telemetry.
64
64
- You can also use [Log Analytics](../logs/log-analytics-tutorial.md) to list all the cloud roles currently sending telemetry:
65
65
@@ -69,7 +69,7 @@ Each of these options is described in the [Detailed instructions](status-monitor
69
69
70
70
## Troubleshooting
71
71
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).
0 commit comments