You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/asp-net-core.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The [Application Insights SDK for ASP.NET Core](https://nuget.org/packages/Micro
24
24
***IDE**: Visual Studio, VS Code, or command line.
25
25
26
26
> [!NOTE]
27
-
> If you are using ASP.NET Core 3.0 along with Application Insights, please use the [2.8.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore/2.8.0) version or higher. This is the only version that supports ASP.NET Core 3.0.
27
+
> If you are using ASP.NET Core 3.X along with Application Insights, please use the [2.8.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore/2.8.0) version or higher. This is the only version that supports ASP.NET Core 3.X.
28
28
29
29
## Prerequisites
30
30
@@ -137,7 +137,7 @@ Support for [performance counters](https://azure.microsoft.com/documentation/art
137
137
138
138
### EventCounter
139
139
140
-
`EventCounterCollectionModule` is enabled by default, and it will collect a default set of counters from .NET Core 3.0 apps. The [EventCounter](eventcounters.md) tutorial lists the default set of counters collected. It also has instructions on customizing the list.
140
+
`EventCounterCollectionModule` is enabled by default, and it will collect a default set of counters from .NET Core 3.X apps. The [EventCounter](eventcounters.md) tutorial lists the default set of counters collected. It also has instructions on customizing the list.
141
141
142
142
## Enable client-side telemetry for web applications
143
143
@@ -360,11 +360,11 @@ The above does not prevent any auto collection modules from collecting telemetry
360
360
361
361
## Frequently asked questions
362
362
363
-
### Does Application Insights support ASP.NET Core 3.0?
363
+
### Does Application Insights support ASP.NET Core 3.X?
364
364
365
-
Yes. Update to [Application Insights SDK for ASP.NET Core](https://nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) version 2.8.0 or higher. Older versions of the SDK do not support ASP.NET Core 3.0.
365
+
Yes. Update to [Application Insights SDK for ASP.NET Core](https://nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) version 2.8.0 or higher. Older versions of the SDK do not support ASP.NET Core 3.X.
366
366
367
-
Also, if you are using Visual Studio based instructions from [here](#enable-application-insights-server-side-telemetry-visual-studio), update to the latest version of Visual Studio 2019 (16.3.0) to onboard. Previous versions of Visual Studio do not support automatic onboarding for ASP.NET Core 3.0 apps.
367
+
Also, if you are using Visual Studio based instructions from [here](#enable-application-insights-server-side-telemetry-visual-studio), update to the latest version of Visual Studio 2019 (16.3.0) to onboard. Previous versions of Visual Studio do not support automatic onboarding for ASP.NET Core 3.X apps.
368
368
369
369
### How can I track telemetry that's not automatically collected?
370
370
@@ -397,7 +397,7 @@ For more information about custom data reporting in Application Insights, see [A
397
397
398
398
### Some Visual Studio templates used the UseApplicationInsights() extension method on IWebHostBuilder to enable Application Insights. Is this usage still valid?
### I'm deploying my ASP.NET Core application to Web Apps. Should I still enable the Application Insights extension from Web Apps?
403
403
@@ -444,9 +444,9 @@ using Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel;
444
444
}
445
445
```
446
446
447
-
### Is this SDK supported for the new .NET Core 3.0 Worker Service template applications?
447
+
### Is this SDK supported for the new .NET Core 3.X Worker Service template applications?
448
448
449
-
This SDK requires `HttpContext`, and hence does not work in any non-HTTPapplications, includingthe .NETCore 3.0WorkerServiceapplications. Referto [this](worker-service.md) documentforenablingapplicationinsightsinsuchapplications, usingthenewlyreleasedMicrosoft.ApplicationInsights.WorkerServiceSDK.
449
+
This SDK requires `HttpContext`, and hence does not work in any non-HTTPapplications, includingthe .NETCore 3.XWorkerServiceapplications. Referto [this](worker-service.md) documentforenablingapplicationinsightsinsuchapplications, usingthenewlyreleasedMicrosoft.ApplicationInsights.WorkerServiceSDK.
0 commit comments