Skip to content

Commit cb1662f

Browse files
committed
updates from linter
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 05611de commit cb1662f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
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

0 commit comments

Comments
 (0)