we have a deployed VMSS to run an Agent Pool inside our environment.
In Azure DevOps we have set Standby = 0
as the Agents are not required the whole time.
When now a single pipeline starts, we see a "Scaling out" from 0 to 4
, I would expect from 0 to 1
Overprovisioning on the VMSS is Not enabled
Why does it spin up so many instances?
Thanks in advance
Joerg