Today azd deploy acts on each container app sequentially. This can be painfully slow if there are lots of container apps as the process includes:
- Building the application
- Publishing a new container image
- Pushing to the registry
- Creating a new container apps revision (several steps)
Today azd deploy acts on each container app sequentially. This can be painfully slow if there are lots of container apps as the process includes: