0

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? ;)

elitra
  • 43
  • 1
  • 4

1 Answers1

0

Simply put, this is not possible. You should look at Azure Functions or if you want to containerize your app, Azure Container Apps.

CSharpRocks
  • 6,791
  • 1
  • 21
  • 27