Add support for Azure Container Apps "init containers"
Open
area-deployment
azure
azure-container-apps
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
The new database migrations sample uses a separate project to start the EF Core migration: https://github.com/dotnet/aspire-samples/tree/main/samples/DatabaseMigrations
This will start another Azure container app. It would be great to have support for "init containers" with Azure Container Apps. These would run in the same app initializing before:
https://learn.microsoft.com/en-us/azure/container-apps/containers#init-containers
Contributor guide
Assessment
This issue has not been assessed yet.