|
1 | 1 | ---
|
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 |
3 | 3 | 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 |
5 | 5 | ms.devlang: csharp
|
6 | 6 | ms.custom: devx-track-csharp
|
7 |
| -ms.date: 07/18/2022 |
| 7 | +ms.date: 08/30/2023 |
8 | 8 | 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 |
9 | 10 | ---
|
10 | 11 |
|
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 |
12 | 13 |
|
13 | 14 | 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.
|
14 | 15 |
|
15 | 16 | In this article, you:
|
16 | 17 |
|
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. |
20 | 20 |
|
21 | 21 | ## Prerequisites
|
22 | 22 |
|
@@ -109,8 +109,8 @@ In this article, you:
|
109 | 109 | git remote add azure https://<username>@<app_name>.scm.azurewebsites.net:443/<app_name>.git
|
110 | 110 | ```
|
111 | 111 |
|
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. |
114 | 114 |
|
115 | 115 | 1. Deploy the project by pushing the changes to Azure:
|
116 | 116 |
|
|
0 commit comments