Rainer Stropek | @rstropek
Microsoft.ApplicationInsights.AspNetCore
(Minimal) Code additions necessary
SDK will gather data
Auto-instrumentation will back off automatically
if SDK is detected
Not just for ASP.NET Core
Recommended approach if possible
builder.Services.AddApplicationInsightsTelemetry();
Demo ApplicationInsightsServiceOptions
Demo gathering of telemetry...
...in Visual Studio
...in the Azure Portal
Rainer Stropek | @rstropek