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
@@ -28,7 +28,7 @@ The [Application Insights SDK for ASP.NET Core](https://nuget.org/packages/Micro
28
28
***IDE**: Visual Studio, VS Code, or command line.
29
29
30
30
> [!NOTE]
31
-
> 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.
31
+
> 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.
32
32
33
33
## Prerequisites
34
34
@@ -141,7 +141,7 @@ Support for [performance counters](https://azure.microsoft.com/documentation/art
141
141
142
142
### EventCounter
143
143
144
-
`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.
144
+
`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.
145
145
146
146
## Enable client-side telemetry for web applications
147
147
@@ -347,11 +347,11 @@ The above does not prevent any auto collection modules from collecting telemetry
347
347
348
348
## Frequently asked questions
349
349
350
-
### Does Application Insights support ASP.NET Core 3.0?
350
+
### Does Application Insights support ASP.NET Core 3.X?
351
351
352
-
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.
352
+
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.
353
353
354
-
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.
354
+
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.
355
355
356
356
### How can I track telemetry that's not automatically collected?
357
357
@@ -384,7 +384,7 @@ For more information about custom data reporting in Application Insights, see [A
384
384
385
385
### 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?
390
390
@@ -431,9 +431,9 @@ using Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel;
431
431
}
432
432
```
433
433
434
-
### Is this SDK supported for the new .NET Core 3.0 Worker Service template applications?
434
+
### Is this SDK supported for the new .NET Core 3.X Worker Service template applications?
435
435
436
-
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.
436
+
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