I have a application hosted in Azure App Services where I'm running some jobs, the amount of jobs varies and the queue can be anywhere from 1 to 20 000 at a time. I'm using Hangfire to run these jobs.
I'm looking for a way to scale the App Services based on my own rules, I have tried scaling using the standard rules based on performance but not all the jobs use much resources so the rules do not quite work out.
Any help will be appreciated