A step by step guide on how to process multiple items efficiently — Azure Functions, a service allowing to run serverless code, come in many forms: they can be HTTP triggered — you can call them directly to execute some code; blob-triggered — they run when a new blob is uploaded to storage, or, among other things, queue-triggered, which is what we are…