Skip to content
Docs Try Aspire

withDashboard

Function
📦 Aspire.Hosting.Azure.AppService v13.2.0-preview.1.26159.1
interface AzureAppServiceEnvironmentResource {
// ... omitted for brevity
withDashboard(enable?: boolean): AzureAppServiceEnvironmentResource;
}

Signature

method withDashboard builder
Configures whether the Aspire dashboard is included in the Azure App Service environment
withDashboard(enable?: boolean): AzureAppServiceEnvironmentResource
enable boolean optional = True
AzureAppServiceEnvironmentResource

Applies to

This function is an extension method on the following types: