Azure-Samples / container-apps-store-api-microservice

Sample microservices solution using Azure Container Apps, Dapr, Cosmos DB, and Azure API Management
MIT License
340 stars 422 forks source link

How do you wait until a revision is ready before switching traffic to it? #35

Open onionhammer opened 2 years ago

onionhammer commented 2 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

It seems once the github action kicks off to update the ARM resources, your container app will be offline/unresponsive until that new revision has fully started up. The previous revision's traffic will be revoked instantly even though the new revision is not ready