Skip to content

Commit 547e31d

Browse files
authored
Update performance-counters.md
Moving the word back.
1 parent 83103dc commit 547e31d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-monitor/app/performance-counters.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ Both ASP.NET and ASP.NET Core applications deployed to Azure Web Apps run in a s
143143

144144
The sandbox environment does not allow direct access to system performance counters. However, a limited subset of counters are exposed as environment variables as described [here](https://github.com/projectkudu/kudu/wiki/Perf-Counters-exposed-as-environment-variables). Only a subset of counters are available in this environment, and the full list can be found [here](https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/WEB/Src/PerformanceCollector/PerformanceCollector/Implementation/WebAppPerformanceCollector/CounterFactory.cs).
145145

146-
The Application Insights SDK for [ASP.NET](https://nuget.org/packages/Microsoft.ApplicationInsights.Web) and [ASP.NET Core](https://nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) detect, using environment variables, if code is deployed to a Web App and non-Windows container. This determines whether it collects performance counters from applications using environment variables when in a sandbox environment or utilizing the standard collection
147-
mechanism when hosted on a Windows Container or Virtual Machine.
146+
The Application Insights SDK for [ASP.NET](https://nuget.org/packages/Microsoft.ApplicationInsights.Web) and [ASP.NET Core](https://nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) detect, using environment variables, if code is deployed to a Web App and non-Windows container. This determines whether it collects performance counters from applications using environment variables when in a sandbox environment or utilizing the standard collection mechanism when hosted on a Windows Container or Virtual Machine.
148147

149148
## Performance counters in ASP.NET Core applications
150149

0 commit comments

Comments
 (0)