Hi,
I am trying to plan out my target roles for a microservice based application. So that would be 50+ services each with dedicated database and application across 5+ environments on Azure.
- Production.Web.AppService
- Production.Sql.Database
- Staging.Web.SameAppService
- Staging.Sql.SameDatabase
and so on.
Each one is managed through a dedicated repository on BitBucket, built through TeamCity and will have a dedicated Octopus project because I need to be able to deploy them independently of each other.
So roles such a web-server and database-server won’t work because in creating a release it will try and release to multiple targets but I am reluctant to end up with something like {AppName}.{Environment}.{Web} if you get my meaning, it feels like duplication.
I have been reading through the documentation and community but kind piece together a valid outcome. Any guidance would be gratefully received.
Kind regards,
Lee