1 write to EnableApplicationInsights
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
248builder.Resource.EnableApplicationInsights = true;
2 references to EnableApplicationInsights
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentExtensions.cs (1)
161if (resource.EnableApplicationInsights)
AzureAppServiceWebsiteContext.cs (1)
578if (environmentContext.Environment.EnableApplicationInsights)