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/tutorial-asp-net-custom-metrics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ If you'd like to follow along with the guidance in this article, certain pre-req
23
23
* Visual Studio Workloads: ASP.NET and web development, Data storage and processing, and Azure development
24
24
* .NET 6.0
25
25
* 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).
27
27
28
28
### Custom metrics overview
29
29
@@ -165,7 +165,7 @@ When running the sample code, you'll see that no telemetry is being sent from th
165
165
166
166
1. From the Visual Studio Solution Explorer, locate and open the **HomeController.cs** file.
167
167
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).
169
169
170
170
3. Replace the previously added code in _Step 3_ with the following one.
171
171
@@ -239,7 +239,7 @@ Once you have made that change and send new multi-dimensional telemetry, you'll
239
239
240
240
1. From the Visual Studio Solution Explorer, locate and open the **HomeController.cs** file.
241
241
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).
243
243
244
244
3. Replace the previously added code in _Step 3_ with the following one.
0 commit comments