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