azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

Can we move to Parallel For-Loop for deployments?

Open jongio opened this issue 3 years ago • 2 comments

Discussed in https://github.com/Azure/azure-dev/discussions/1202

Originally posted by spboyer June 7, 2022 https://github.com/Azure/azure-dev/blob/ac2abf9d534966bd56421f6c1df4abfdcf61eec9/cli/azd/cmd/deploy.go#L109

@ellismg @jongio

jongio avatar Jun 08 '22 17:06 jongio

We can do this at some point. When we do it, we will want to introduce dependsOn or soemthing in the azure.yaml file such that folks who need to put constraints on the order the services are deployed have a way to express it (today our strategy of "deploy services in alphabetical order based on their friendly name" allows folks who want to control this order a way to do so.

ellismg avatar Jun 08 '22 18:06 ellismg

@vhvb1989 - add to concurx issue

spboyer avatar Dec 16 '25 17:12 spboyer