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/profiler/profiler-containers.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,20 @@
1
1
---
2
2
title: Profile Azure containers with Application Insights Profiler
3
-
description: Enable Application Insights Profiler for Azure containers.
3
+
description: Learn how to enable the Application Insights Profiler for your ASP.NET Core application running in Azure containers.
4
4
ms.contributor: charles.weininger
5
-
ms.topic: conceptual
6
-
ms.date: 07/15/2022
5
+
ms.topic: how-to
6
+
ms.date: 08/30/2023
7
7
ms.reviewer: jogrima
8
+
# Customer Intent: As a .NET developer, I'd like to learn how to enable Profiler on my ASP.NET Core application running in my container.
8
9
---
9
10
10
11
# Profile live Azure containers with Application Insights
11
12
12
13
You can enable the Application Insights Profiler for ASP.NET Core application running in your container almost without code. To enable the Application Insights Profiler on your container instance, you need to:
13
14
14
-
* Add the reference to the `Microsoft.ApplicationInsights.Profiler.AspNetCore` NuGet package.
15
-
* Set the environment variables to enable it.
15
+
- Add the reference to the `Microsoft.ApplicationInsights.Profiler.AspNetCore` NuGet package.
16
+
- Update the code to enable the Profiler.
17
+
- Set up the Application Insights instrumentation key.
16
18
17
19
In this article, you learn about the various ways that you can:
0 commit comments