Azure – batchSize in host.json ignored locally
I'm setting a batchSize of 1 in host.json, but when I run the function locally (QueueTrigger input), I get many messages from my queue when it should be only 1. host.json: { "version": "2.0", "extensions": { "queues": { "maxPollingInterval": "00:00:02",…