Skip to content

Commit 9d3a3e8

Browse files
committed
Updating new article
1 parent b8a3e58 commit 9d3a3e8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/azure-monitor/app/application-insights-asp-net-agent.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ Application Insights Agent is located in the [PowerShell Gallery](https://www.po
2727
- To get started with concise code samples, see the **Get started** tab.
2828
- For a deep dive on how to get started, see the **Detailed instructions** tab.
2929
- For the following PowerShell API reference, see the **API reference** tab:
30-
- Disable-ApplicationInsightsMonitoring
31-
- Disable-InstrumentationEngine
32-
- Enable-ApplicationInsightsMonitoring
33-
- Enable-InstrumentationEngine
34-
- Get-ApplicationInsightsMonitoringConfig
35-
- Get-ApplicationInsightsMonitoringStatus
36-
- Set-ApplicationInsightsMonitoringConfig
37-
- Start-ApplicationInsightsMonitoringTrace
38-
- For the release notes, see the **Release notes** tab.
30+
- [Disable-ApplicationInsightsMonitoring](?tabs=api-reference#disable-applicationinsightsmonitoring)
31+
- [Disable-InstrumentationEngine](?tabs=api-reference#disable-instrumentationengine)
32+
- [Enable-ApplicationInsightsMonitoring](?tabs=api-reference#enable-applicationinsightsmonitoring)
33+
- [Enable-InstrumentationEngine](?tabs=api-reference#enable-instrumentationengine)
34+
- [Get-ApplicationInsightsMonitoringConfig](?tabs=api-reference##get-applicationinsightsmonitoringconfig)
35+
- [Get-ApplicationInsightsMonitoringStatus](?tabs=api-reference#get-applicationinsightsmonitoringstatus)
36+
- [Set-ApplicationInsightsMonitoringConfig](?tabs=api-reference#set-applicationinsightsmonitoringconfig)
37+
- [Start-ApplicationInsightsMonitoringTrace](?tabs=api-reference#start-applicationinsightsmonitoringtrace)
38+
- For release note updates, see the **Release notes** tab.
3939

4040
### [Getting started](#tab/getting-started)
4141

4242
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.
4343

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).
4545

4646
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
4747

@@ -325,7 +325,7 @@ The Application Insights SDK will need to send your app's telemetry to Microsoft
325325
326326
Use the `Enable-ApplicationInsightsMonitoring` command to enable monitoring.
327327
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.
329329
330330
### [API reference](#tab/api-reference)
331331
@@ -338,7 +338,7 @@ This tab describes a cmdlet that's a member of the [Az.ApplicationMonitor PowerS
338338
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
339339
340340
> [!IMPORTANT]
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](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).
342342
> - This cmdlet requires that you review and accept our license and privacy statement.
343343
> - The instrumentation engine adds additional overhead and is off by default.
344344
@@ -991,15 +991,15 @@ Yes. There are multiple ways to download Application Insights Agent:
991991
- If your computer has internet access, you can onboard to the PowerShell Gallery by using `-Proxy` parameters.
992992
- You can also manually download the module and either install it on your computer or use it directly.
993993

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).
995995

996996
### Does Application Insights Agent support ASP.NET Core applications?
997997

998998
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.
999999

10001000
### How do I verify that the enablement succeeded?
10011001

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.
10031003
- Use [Live Metrics](./live-stream.md) to quickly determine if your app is sending telemetry.
10041004
- You can also use [Log Analytics](../logs/log-analytics-tutorial.md) to list all the cloud roles currently sending telemetry:
10051005

0 commit comments

Comments
 (0)