Skip to content

Commit b3d6958

Browse files
committed
acrolinx
1 parent 7cc38ef commit b3d6958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1212
Azure Application Insights needs to track requests for your application in order to provide profiles for your application on the Performance page in the Azure portal.
1313

14-
For applications built on already-instrumented frameworks, like ASP.NET and ASP.NET Core, Application Insights can automatically track requests.
14+
For applications built on already-instrumented frameworks (like ASP.NET and ASP.NET Core)S, Application Insights can automatically track requests.
1515

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.
16+
But for other applications (like Azure Cloud Services worker roles and 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.
1717

1818
To manually track requests:
1919

0 commit comments

Comments
 (0)