Skip to content

Commit 2778ca6

Browse files
committed
profiler freshness
Signed-off-by: Hannah Hunter <[email protected]>
1 parent ba6276f commit 2778ca6

10 files changed

+25
-21
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to enable Profiler on your ASP.NET Core web application h
44
ms.topic: how-to
55
ms.devlang: csharp
66
ms.custom: devx-track-csharp
7-
ms.date: 08/30/2023
7+
ms.date: 09/22/2023
88
ms.reviewer: charles.weininger
99
# Customer Intent: As a .NET developer, I'd like to enable Application Insights Profiler for my .NET web application hosted in Linux
1010
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Profile Azure Functions app with Application Insights Profiler
33
description: Enable Application Insights Profiler for Azure Functions app.
44
ms.contributor: charles.weininger
55
ms.topic: conceptual
6-
ms.date: 07/15/2022
7-
ms.reviewer: jogrima
6+
ms.date: 09/22/2023
7+
ms.reviewer: ryankahng
88
---
99

1010
# Profile live Azure Functions app with Application Insights

articles/azure-monitor/profiler/profiler-bring-your-own-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
66
ms.reviewer: charles.weininger
77
reviewer: cweining
88
ms.topic: conceptual
9-
ms.date: 07/07/2023
9+
ms.date: 09/22/2023
1010
ms.custom: devdivchpfy22, devx-track-azurepowershell, engagement
1111
---
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable Profiler for Azure Cloud Services | Microsoft Docs
33
description: Profile Azure Cloud Services in real time with Application Insights Profiler.
44
ms.topic: conceptual
55
ms.custom: engagement
6-
ms.date: 07/07/2023
6+
ms.date: 09/22/2023
77
---
88

99
# Enable Profiler for Azure Cloud Services

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Profile Azure containers with Application Insights Profiler
33
description: Learn how to enable the Application Insights Profiler for your ASP.NET Core application running in Azure containers.
44
ms.contributor: charles.weininger
55
ms.topic: how-to
6-
ms.date: 08/30/2023
7-
ms.reviewer: jogrima
6+
ms.date: 09/22/2023
7+
ms.reviewer: ryankahng
88
# 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.
99
---
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Generate load and view Application Insights Profiler data
33
description: Generate load to your Azure service to view the Profiler data
44
ms.contributor: charles.weininger
55
ms.topic: conceptual
6-
ms.date: 04/11/2023
6+
ms.date: 09/22/2023
77
ms.reviewer: charles.weininger
88
---
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable Profiler for Azure Service Fabric applications
33
description: Profile live Azure Service Fabric apps with Application Insights.
44
ms.topic: conceptual
55
ms.custom:
6-
ms.date: 07/15/2022
6+
ms.date: 09/22/2023
77
---
88

99
# Enable Profiler for Azure Service Fabric applications

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Application Insights Profiler | Microsoft Docs
33
description: Use the Application Insights Profiler settings pane to see Profiler status and start profiling sessions
44
ms.contributor: Charles.Weininger
55
ms.topic: conceptual
6-
ms.date: 08/09/2022
6+
ms.date: 09/22/2023
77
---
88

99
# Configure Application Insights Profiler
@@ -20,13 +20,13 @@ To open the Application Insights Profiler settings pane, select **Performance**
2020

2121
You can view Profiler traces across your Azure resources via two methods:
2222

23-
- By the **Profiler** button:
23+
- The **Profiler** button:
2424

2525
Select **Profiler**.
2626

2727
:::image type="content" source="./media/profiler-overview/profiler-button-inline.png" alt-text="Screenshot that shows the Profiler button on the Performance pane." lightbox="media/profiler-settings/profiler-button.png":::
2828

29-
- By operation:
29+
- Operations:
3030

3131
1. Select an operation from the **Operation name** list. **Overall** is highlighted by default.
3232
1. Select **Profiler traces**.
@@ -49,6 +49,7 @@ Within Profiler, you can configure and view Profiler. The **Application Insights
4949
**Recent profiling sessions** | Displays information about past profiling sessions, which you can sort by using the filters at the top of the page.
5050

5151
## Profile now
52+
5253
Select **Profile now** to start a profiling session on demand. When you select this link, all Profiler agents that are sending data to this Application Insights instance start to capture a profile. After 5 to 10 minutes, the profile session is shown in the list.
5354

5455
To manually trigger a Profiler session, you need, at minimum, *write* access on your role for the Application Insights component. In most cases, you get write access automatically. If you're having issues, you need the **Application Insights Component Contributor** subscription scope role added. For more information, see [Resources, roles, and access control in Application Insights](../app/resources-roles-access-control.md).
@@ -98,6 +99,7 @@ CPU % | Percentage of CPU used while Profiler was running.
9899
Memory % | Percentage of memory used while Profiler was running.
99100

100101
## Next steps
102+
101103
[Enable Profiler and view traces](profiler-overview.md?toc=/azure/azure-monitor/toc.json)
102104

103105
[profiler-on-demand]: ./media/profiler-settings/profiler-on-demand.png

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ title: Write code to track requests with Application Insights | Microsoft Docs
33
description: Write code to track requests with Application Insights so you can get profiles for your requests.
44
ms.topic: conceptual
55
ms.custom: devx-track-csharp
6-
ms.date: 08/09/2022
6+
ms.date: 09/22/2023
77
ms.reviewer: charles.weininger
88
---
99

1010
# Write code to track requests with Application Insights
1111

12-
Application Insights needs to track requests for your application to provide profiles for your application on the **Performance** page in the Azure portal.
13-
14-
For applications built on already-instrumented frameworks (like ASP.NET and ASP.NET Core), Application Insights can automatically track requests.
12+
Application Insights needs to track requests for your application to provide profiles for your application on the **Performance** page in the Azure portal. For applications built on already-instrumented frameworks (like ASP.NET and ASP.NET Core), Application Insights can automatically track requests.
1513

1614
For other applications (like Azure Cloud Services worker roles and Azure Service Fabric stateless APIs), you need to track requests with code that tells Application Insights where your requests begin and end. Requests telemetry is then sent to Application Insights, which you can view on the **Performance** page. Profiles are collected for those requests.
1715

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
title: Enable Profiler for web apps on an Azure virtual machine
33
description: Profile web apps running on an Azure virtual machine or a virtual machine scale set by using Application Insights Profiler
44
ms.topic: conceptual
5-
ms.date: 07/18/2022
5+
ms.date: 09/22/2023
66
ms.reviewer: charles.weininger
77
---
88

99
# Enable Profiler for web apps on an Azure virtual machine
1010

1111
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
1212

13-
In this article, you learn how to run Application Insights Profiler on your Azure virtual machine (VM) or Azure virtual machine scale set via three different methods. With any of these methods, you:
13+
In this article, you learn how to run Application Insights Profiler on your Azure virtual machine (VM) or Azure virtual machine scale set via three different methods:
14+
15+
- Visual Studio and Azure Resource Manager
16+
- PowerShell
17+
- Azure Resource Explorer
18+
19+
With any of these methods, you:
1420

1521
- Configure the Azure Diagnostics extension to run Profiler.
1622
- Install the Application Insights SDK on a VM.
@@ -19,8 +25,6 @@ In this article, you learn how to run Application Insights Profiler on your Azur
1925

2026
## Prerequisites
2127

22-
You need:
23-
2428
- A functioning [ASP.NET Core application](/aspnet/core/getting-started).
2529
- An [Application Insights resource](../app/create-workspace-resource.md).
2630
- To review the Azure Resource Manager templates (ARM templates) for the Azure Diagnostics extension:
@@ -60,7 +64,7 @@ You need:
6064

6165
You can enable Profiler by any of three ways:
6266

63-
- Within your ASP.NET Core application by using an Azure Resource Manager template and Visual Studio. We recommend this method.
67+
- Within your ASP.NET Core application by using an Azure Resource Manager template and Visual Studio. **Recommended.**
6468
- By using a PowerShell command via the Azure CLI.
6569
- By using Azure Resource Explorer.
6670

0 commit comments

Comments
 (0)