I have a webjob (App service) that acts on messages from a queue in Azure. I like to scale the webjob when I have a long queue. How do I do that?
From the criteria, I can see 2 options: - Messages processed/Instance (AVG) - Active Messages Processed/Instance (AVG)
However,I don't think they are relevant what so ever. Am I wrong?