You have ScaleOutFactor which is great if you want to scale out faster, and MinSize to make sure we don't get too small but I want to just have 5 instances always spun up ready to take the next workload. Basically an additive number instead of the multiplicative one you have with ScaleOutFactor.
I don't care about the name if you have a better suggestion than StandbyCount.
You have
ScaleOutFactorwhich is great if you want to scale out faster, andMinSizeto make sure we don't get too small but I want to just have 5 instances always spun up ready to take the next workload. Basically an additive number instead of the multiplicative one you have withScaleOutFactor.I don't care about the name if you have a better suggestion than
StandbyCount.