Skip to content

Commit 43ea33b

Browse files
committed
Adding ASP.NET custom metrics tutorial
1 parent 91ee5d0 commit 43ea33b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-monitor/app/tutorial-asp-net-custom-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you'd like to follow along with the guidance in this article, certain pre-req
2323
* Visual Studio Workloads: ASP.NET and web development, Data storage and processing, and Azure development
2424
* .NET 6.0
2525
* Azure subscription and user account (with the ability to create and delete resources)
26-
* Deploy the [completed sample application (`2 - Completed Application`)](./tutorial-asp-net-core.md) or an existing ASP.NET Core application with the [Application Insights for ASP.NET Core](./asp-net-core.md#install-the-application-insights-nuget-package) NuGet package installed and [configured to gather server-side telemetry](./asp-net-core.md#enable-application-insights-server-side-telemetry).
26+
* Deploy the [completed sample application (`2 - Completed Application`)](./tutorial-asp-net-core.md) or an existing ASP.NET Core application with the [Application Insights for ASP.NET Core](https://nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) NuGet package installed and [configured to gather server-side telemetry](asp-net-core.md#enable-application-insights-server-side-telemetry-visual-studio).
2727

2828
### Custom metrics overview
2929

@@ -165,7 +165,7 @@ When running the sample code, you'll see that no telemetry is being sent from th
165165
166166
1. From the Visual Studio Solution Explorer, locate and open the **HomeController.cs** file.
167167
168-
2. Locate the `CreateReview` method and the code added in the previous [TrackMetric example](./custom-metrics.md#trackmetric-example).
168+
2. Locate the `CreateReview` method and the code added in the previous [TrackMetric example](#trackmetric-example).
169169
170170
3. Replace the previously added code in _Step 3_ with the following one.
171171
@@ -239,7 +239,7 @@ Once you have made that change and send new multi-dimensional telemetry, you'll
239239
240240
1. From the Visual Studio Solution Explorer, locate and open the **HomeController.cs** file.
241241
242-
2. Locate the `CreateReview` method and the code added in the previous [GetMetric example](./custom-metrics.md#getmetric-example).
242+
2. Locate the `CreateReview` method and the code added in the previous [GetMetric example](#getmetric-example).
243243
244244
3. Replace the previously added code in _Step 3_ with the following one.
245245

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ items:
3838
- name: Application Insights SDK for ASP.NET Core applications
3939
href: app/tutorial-asp-net-core.md
4040
- name: Custom metrics with .NET and .NET Core
41-
href: app/tutorial-aspnetcore-custom-metrics.md
41+
href: app/tutorial-asp-net-custom-metrics.md
4242
- name: Find application run-time exceptions
4343
href: app/tutorial-runtime-exceptions.md
4444
- name: Find application performance issues

0 commit comments

Comments
 (0)