Skip to content

Commit dff05e5

Browse files
committed
second edit
1 parent ba6e95e commit dff05e5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@ ms.reviewer: charles.weininger
99

1010
# Write code to track requests with Application Insights
1111

12-
To view profiles for your application on the Performance page, Azure Application Insights needs to track requests for your application.
12+
Azure Application Insights needs to track requests for your application in order to provide profiles for your application to the Performance page in the Azure portal.
1313

1414
For applications built on already-instrumented frameworks, like ASP.NET and ASP.NET Core, Application Insights can automatically track requests.
1515

16-
For other applications, such as Azure Cloud Services worker roles and Service Fabric stateless APIs:
17-
18-
1. You need to write code to tell Application Insights where your requests begin and end.
19-
1. Requests telemetry is sent to Application Insights, which you can view on the Performance page.
20-
1. Profiles are collected for those requests.
16+
But for other applications, such as Azure Cloud Services worker roles and Service Fabric stateless APIs, you need to manually 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.
2117

2218
To manually track requests:
2319

0 commit comments

Comments
 (0)