Is there any way to achieve the following in DA?
For a given Resource Group
- identify all its contained resources,
- and run a process on each resource, but not in parallel, as would be the default behaviour.
Instead, run the process sequentially for each resource (starting the next execution after the previous one was finished).
I am aware that this is an unorthodox request.
The background is that one specific operation needs to be done for all members of the resource group, but it is executed on the same physical machine. Therefore, a parallel execution would cripple the physical server.