When publishing an ASP.Net Core website project in Visual Studio, under "Site Extensions Options" I am offered this option:
What does selecting that option do? My project already includes the Microsoft.ApplicationInsights.AspNetCore
NuGet package, and logging via the Microsoft.Extensions.Logging.Ilogger
extension method works as expected to send logging information to Application Insights.