Skip to content

Commit 0d44063

Browse files
Merge pull request #284778 from hhunter-ms/hh-296884
[Profiler] Clarify that Linux support is only available on Windows-based web apps
2 parents e9969dd + 02d7a38 commit 0d44063

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
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+
Codeless installation of Application Insights Profiler:
14+
- Follows [the .NET Core support policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).
15+
- Is only supported on *Windows-based* web apps.
1416

15-
> [!NOTE]
16-
> 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).
17+
To enable Profiler on Linux, walk through the [ASP.NET Core Azure Linux web apps instructions](profiler-aspnetcore-linux.md).
1718

1819
## Prerequisites
1920

0 commit comments

Comments
 (0)