I use Azure Devops to deploy a web app to four server, that all should have the same configuration. My problem is that I would like to run the deploys in sequnce instead of doing it in parallel. This is because of load balencing so that deploys can be done fully automatically without any noticable downtime for the end users.
So I wonder if this can be done within the same Deployment group or do I need to split the target servers into multiple Deployment groups to achieve the?