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