3 writes to EnableApplicationInsights
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceEnvironmentExtensions.cs (3)
240builder.Resource.EnableApplicationInsights = true; 254builder.Resource.EnableApplicationInsights = true; 268builder.Resource.EnableApplicationInsights = true;
2 references to EnableApplicationInsights
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentExtensions.cs (1)
154if (resource.EnableApplicationInsights)
AzureAppServiceWebsiteContext.cs (1)
395if (environmentContext.Environment.EnableApplicationInsights)