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 |
|
}; |