Skip to content

Commit db75655

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

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Application Insights ASP.NET Agent
3-
description: Learn how to use Application Insights ASP.NET Agent to monitor website performance without redeploying the website. It works with ASP.NET web apps hosted on-premises, in VMs, or on Azure.
2+
title: Deploy Application Insights Agent
3+
description: Learn how to use Application Insights Agent to monitor website performance. It works with ASP.NET web apps hosted on-premises, in VMs, or on Azure.
44
ms.topic: conceptual
5-
ms.date: 03/10/2023
5+
ms.date: 03/13/2023
66
ms.reviewer: abinetabate
77
---
88

@@ -24,18 +24,18 @@ Application Insights Agent is located in the [PowerShell Gallery](https://www.po
2424
![PowerShell Gallery icon.](https://img.shields.io/powershellgallery/v/Az.ApplicationMonitor.svg?color=Blue&label=Current%20Version&logo=PowerShell&style=for-the-badge)
2525

2626
## Instructions
27-
- To get started with concise code samples, see the **Get started** tab.
28-
- For a deep dive on how to get started, see the **Detailed instructions** tab.
29-
- For the following PowerShell API reference, see the **API reference** tab:
27+
- To get started with concise code samples, see the [Getting started](?tabs=getting-started) tab.
28+
- For a deep dive on how to get started, see the [Detailed instructions](?tabs=detailed-instructions) tab.
29+
- For the following PowerShell API reference, see the [API reference](?tabs=api-reference) tab:
3030
- [Disable-ApplicationInsightsMonitoring](?tabs=api-reference#disable-applicationinsightsmonitoring)
3131
- [Disable-InstrumentationEngine](?tabs=api-reference#disable-instrumentationengine)
3232
- [Enable-ApplicationInsightsMonitoring](?tabs=api-reference#enable-applicationinsightsmonitoring)
3333
- [Enable-InstrumentationEngine](?tabs=api-reference#enable-instrumentationengine)
34-
- [Get-ApplicationInsightsMonitoringConfig](?tabs=api-reference##get-applicationinsightsmonitoringconfig)
34+
- [Get-ApplicationInsightsMonitoringConfig](?tabs=api-reference#get-applicationinsightsmonitoringconfig)
3535
- [Get-ApplicationInsightsMonitoringStatus](?tabs=api-reference#get-applicationinsightsmonitoringstatus)
3636
- [Set-ApplicationInsightsMonitoringConfig](?tabs=api-reference#set-applicationinsightsmonitoringconfig)
3737
- [Start-ApplicationInsightsMonitoringTrace](?tabs=api-reference#start-applicationinsightsmonitoringtrace)
38-
- For release note updates, see the **Release notes** tab.
38+
- For release note updates, see the [Release notes](?tabs=release-notes) tab.
3939

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

@@ -991,7 +991,7 @@ 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](?tabs=status-monitor-v2-detailed-instructions#instructions).
994+
Each of these options is described in the [detailed instructions](?tabs=detailed-instructions#instructions).
995995

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

0 commit comments

Comments
 (0)