Skip to content

Commit 2cfeb35

Browse files
committed
clarify profiler on linux support
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 518d5dd commit 2cfeb35

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Analyze application performance traces with Application Insights Profiler
33
description: Identify the hot path in your web server code with a low-footprint profiler.
44
ms.contributor: charles.weininger
55
ms.topic: conceptual
6-
ms.date: 07/11/2024
6+
ms.date: 08/15/2024
77
ms.reviewer: ryankahng
88
---
99

@@ -57,6 +57,7 @@ If you've enabled Profiler but aren't seeing traces, see the [Troubleshooting gu
5757
- **Profiling web apps**:
5858
- Although you can use Profiler at no extra cost, your web app must be hosted in the basic tier of the Web Apps feature of Azure App Service, at minimum.
5959
- You can attach only one profiler to each web app.
60+
- Profiler on Linux is only supported on Windows-based web apps.
6061

6162
## Next steps
6263
Learn how to enable Profiler on your Azure service:

articles/azure-monitor/profiler/profiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Enable Profiler for Azure App Service apps | Microsoft Docs
33
description: Profile live apps on Azure App Service with Application Insights Profiler.
44
ms.topic: conceptual
5-
ms.date: 09/21/2023
5+
ms.date: 08/15/2024
66
ms.reviewer: ryankahng
77
---
88

99
# Enable Profiler for Azure App Service apps
1010

1111
[Application Insights Profiler](./profiler-overview.md) is preinstalled as part of the Azure App Service runtime. You can run Profiler on ASP.NET and ASP.NET Core apps running on App Service by using the Basic service tier or higher. Follow these steps, even if you included the Application Insights SDK in your application at build time.
1212

13-
To enable Profiler on Linux, walk through the [ASP.NET Core Azure Linux web apps instructions](profiler-aspnetcore-linux.md).
13+
Profiler on Linux is only supported on *Windows-based* web apps. To enable Profiler on Linux, walk through the [ASP.NET Core Azure Linux web apps instructions](profiler-aspnetcore-linux.md).
1414

1515
> [!NOTE]
1616
> Codeless installation of Application Insights Profiler follows the .NET Core support policy. For more information about supported runtime, see [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).

0 commit comments

Comments
 (0)