1 write to EnableDashboard
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
236
builder.Resource.
EnableDashboard
= enable;
2 references to EnableDashboard
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentExtensions.cs (1)
150
if (resource.
EnableDashboard
)
AzureAppServiceWebsiteContext.cs (1)
559
if (environmentContext.Environment.
EnableDashboard
)