I have two functions that are triggered when a message is received on two different queues.
I want that function A is called dequeuing one message per time, while function B with the default MaxConcurrentCalls.
Do I need to create two different WebJobs or do I have the opportunity to change ServiceBusConfiguration in the same WebJob in any way?