Skip to content

Commit 440ac16

Browse files
committed
update per GH issue and linter suggestions
Signed-off-by: Hannah Hunter <[email protected]>
1 parent cb1662f commit 440ac16

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/azure-monitor/profiler/profiler-containers.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
22
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.
44
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
77
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.
89
---
910

1011
# Profile live Azure containers with Application Insights
1112

1213
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:
1314

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.
1618

1719
In this article, you learn about the various ways that you can:
1820

0 commit comments

Comments
 (0)