azure-dev
azure-dev copied to clipboard
Can we move to Parallel For-Loop for deployments?
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
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.
@vhvb1989 - add to concurx issue