Is it possible to have multiple scale out conditions that scale out only specific webjobs.
For example:
1st scale out condition has triggered scaling out for webjob #1(scaling to 2 instances), but other webjobs will still be on one instance.
But now lets say another scale out condition was met and now I need to scale out webjob #2(scaling to 4 instances).
So I would like separate scaling on webjobs and I would like one webjob scaling to not affect other webjobs.
Is it even possible? ;)