Event banner
Azure Deployments AMA
Event Ended
Wednesday, Aug 03, 2022, 09:00 AM PDTEvent details
We are very excited to announce an Azure Deployments AMA!
Join the Azure Deployments team to discuss all things Infrastructure as Code (IaC) in Azure. The panelists own all of the most popular ...
EricStarker
Updated Jun 28, 2022
seannalexander
Copper Contributor
This is really interesting. What was the benefit of choosing this solution?
plavixo
Jul 30, 2022Copper Contributor
To be clear, we haven’t got a solution; getting a solution is what I am trying to achieve.
——
If a contextual example would be helpful: imagine a micro-service-ish architecture. I want to be able to deploy each component/service individually, for testing, or hot-swapping a new instance to an existing system, etc. My component/service should be self-contained into a single, immutable artifact.
——
But I I also want to be able to deploy my entire system from a single pipeline, for integration testing, or simply just deploying a production instance.
——
As far as I can see, my options are 1) manually orchestrate the system deployments, 2) automate it in a janky fashion by invoking the pipelines via REST , or 3) duplicate the deployment code for those components into a mega-pipeline for system deployment.
——
I’m wondering what the panel would do to get around this.