Summary
Deploy the migrated BookRunner application to separate Azure staging and production environments with managed configuration.
Tasks
- Provision Azure Container Registry for Docker images
- Provision Azure Container Apps services for staging and production
- Provision or connect Azure Database for PostgreSQL
- Add environment variables and secrets for ACA services
- Define how branches or workflow triggers map to staging and production deployment
- Verify frontend and backend public endpoints after deployment
Done criteria
- Staging has a reachable Azure Container Apps URL
- Production has a reachable Azure Container Apps URL
- Each environment uses its own configuration and database settings
- Docker images are deployed through Azure Container Registry
Reference
Summary
Deploy the migrated BookRunner application to separate Azure staging and production environments with managed configuration.
Tasks
Done criteria
Reference