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 420 forks source link

Release and Deployment #4

Open thepaulmacca opened 2 years ago

thepaulmacca commented 2 years ago

This issue is for a:

- [ ] 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)

Mention any other details that might be useful

Regarding this quote in the README:

IMPORTANT: In general, each microservice should have an independent release and deployment. For the sake of this sample we are building and deploying as part of a single repo

Will this info/walkthrough be available soon?

Thanks

jeffhollan commented 2 years ago

I think the walkthrough would be more of taking the repo and splitting it into 3 - at least 3 GitHub action flows. All the rest would be the same, but ideally you wouldn't deploy all 3 microservices with a single commit which is what this does today

thepaulmacca commented 2 years ago

Thanks for replying, is this something that will be added to the docs soon? I think this would really help fill it out for people new to microservices

kendallroden commented 2 years ago

@thepaulmacca I am working on this!

thepaulmacca commented 2 years ago

Thanks @kendallroden!