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
- For release note updates, see the **Release notes** tab.
39
39
40
40
### [Getting started](#tab/getting-started)
41
41
42
42
This tab contains the quickstart commands that are expected to work for most environments. The instructions depend on PowerShell Gallery to distribute updates. These commands support the PowerShell `-Proxy` parameter.
43
43
44
-
For an explanation of these commands, customization instructions, and information about troubleshooting, see the [detailed instructions](?tabs=detailed-instructions).
44
+
For an explanation of these commands, customization instructions, and information about troubleshooting, see the [detailed instructions](?tabs=detailed-instructions#instructions).
45
45
46
46
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
47
47
@@ -325,7 +325,7 @@ The Application Insights SDK will need to send your app's telemetry to Microsoft
325
325
326
326
Use the `Enable-ApplicationInsightsMonitoring` command to enable monitoring.
327
327
328
-
See the [API reference](./status-monitor-v2-api-reference.md#enable-applicationinsightsmonitoring) for a detailed description of how to use this cmdlet.
328
+
See the [API reference](?tabs=api-reference#enable-applicationinsightsmonitoring) for a detailed description of how to use this cmdlet.
329
329
330
330
### [API reference](#tab/api-reference)
331
331
@@ -338,7 +338,7 @@ This tab describes a cmdlet that's a member of the [Az.ApplicationMonitor PowerS
> 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).
341
+
> 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](?tabs=detailed-instructions#run-powershell-as-admin-with-an-elevated-execution-policy).
342
342
> - This cmdlet requires that you review and accept our license and privacy statement.
343
343
> - The instrumentation engine adds additional overhead and is off by default.
344
344
@@ -991,15 +991,15 @@ Yes. There are multiple ways to download Application Insights Agent:
991
991
- If your computer has internet access, you can onboard to the PowerShell Gallery by using `-Proxy` parameters.
992
992
- You can also manually download the module and either install it on your computer or use it directly.
993
993
994
-
Each of these options is described in the [detailed instructions](status-monitor-v2-detailed-instructions.md).
994
+
Each of these options is described in the [detailed instructions](?tabs=status-monitor-v2-detailed-instructions#instructions).
995
995
996
996
### Does Application Insights Agent support ASP.NET Core applications?
997
997
998
998
Yes. Starting from [Application Insights Agent 2.0.0](https://www.powershellgallery.com/packages/Az.ApplicationMonitor/2.0.0), ASP.NET Core applications hosted in IIS are supported.
999
999
1000
1000
### How do I verify that the enablement succeeded?
1001
1001
1002
-
- You can use the [Get-ApplicationInsightsMonitoringStatus](./status-monitor-v2-api-reference.md#get-applicationinsightsmonitoringstatus) cmdlet to verify that enablement succeeded.
1002
+
- You can use the [Get-ApplicationInsightsMonitoringStatus](?tabs=api-reference#get-applicationinsightsmonitoringstatus) cmdlet to verify that enablement succeeded.
1003
1003
- Use [Live Metrics](./live-stream.md) to quickly determine if your app is sending telemetry.
1004
1004
- You can also use [Log Analytics](../logs/log-analytics-tutorial.md) to list all the cloud roles currently sending telemetry:
0 commit comments