I recognize it's a bad idea to run release pipeline tasks concurrently among agents within a deployment group- a failure across all of them simultaneously could be very bad in certain, common conditions.
However, is there a way for the deployment groups within a stage to kick off their tasks concurrently?
Thanks.
As a workaround, you can split multiple deployment groups into multiple stages, and run a deployment group in one stage, so that you can run them in parallel.