-
Notifications
You must be signed in to change notification settings - Fork 752
Open
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationneeds-design
Milestone
Description
Deploy an application with a primary container as well as secondary sidecar containers. Something like:
var builder = DistributedApplication.CreateBuilder(args);
builder.AddProject<Projects.WebApplication3>("webapplication")
.WithContainer("sidecar")This should translate to
containers: [
{
image: 'webpplication'
},
{
image: 'sidecar'
}
]wuhkuh
Metadata
Metadata
Assignees
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationneeds-design