Skip to content

Commit 147db2b

Browse files
Merge pull request #249844 from hhunter-ms/hh-145575
[Profiler][GH issue 113338] Update bullet points in intro
2 parents 2d97114 + 440ac16 commit 147db2b

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

articles/azure-monitor/profiler/profiler-aspnetcore-linux.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: Enable Profiler for ASP.NET Core web apps hosted in Linux on App Service | Microsoft Docs
2+
title: Enable Profiler for ASP.NET Core web apps hosted in Linux
33
description: Learn how to enable Profiler on your ASP.NET Core web application hosted in Linux on Azure App Service.
4-
ms.topic: conceptual
4+
ms.topic: how-to
55
ms.devlang: csharp
66
ms.custom: devx-track-csharp
7-
ms.date: 07/18/2022
7+
ms.date: 08/30/2023
88
ms.reviewer: charles.weininger
9+
# Customer Intent: As a .NET developer, I'd like to enable Application Insights Profiler for my .NET web application hosted in Linux
910
---
1011

11-
# Enable Profiler for ASP.NET Core web apps hosted in Linux on App Service
12+
# Enable Profiler for ASP.NET Core web apps hosted in Linux
1213

1314
By using Profiler, you can track how much time is spent in each method of your live ASP.NET Core web apps that are hosted in Linux on Azure App Service. This article focuses on web apps hosted in Linux. You can also experiment by using Linux, Windows, and Mac development environments.
1415

1516
In this article, you:
1617

17-
> [!div class="checklist"]
18-
> - Set up and deploy an ASP.NET Core web application hosted on Linux.
19-
> - Add Application Insights Profiler to the ASP.NET Core web application.
18+
- Set up and deploy an ASP.NET Core web application hosted on Linux.
19+
- Add Application Insights Profiler to the ASP.NET Core web application.
2020

2121
## Prerequisites
2222

@@ -109,8 +109,8 @@ In this article, you:
109109
git remote add azure https://<username>@<app_name>.scm.azurewebsites.net:443/<app_name>.git
110110
```
111111

112-
* Use the **username** that you used to create the deployment credentials.
113-
* Use the **app name** that you used to create the web app by using App Service on Linux.
112+
- Use the **username** that you used to create the deployment credentials.
113+
- Use the **app name** that you used to create the web app by using App Service on Linux.
114114

115115
1. Deploy the project by pushing the changes to Azure:
116116

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)