Skip to content

Make it possible to opt-out of the aspire dashboard in container app environment resource #9599

@davidfowl

Description

@davidfowl

Today we always enable the aspire dashboard on the container app environment, we should allow users to turn it off via a WithDashboard(bool) method. If false it would skip this resource

var dashboard = new ContainerAppEnvironmentDotnetComponentResource("aspireDashboard", "2024-10-02-preview")
{
Name = "aspire-dashboard",
ComponentType = "AspireDashboard",
Parent = containerAppEnvironment
};

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions