Azure Service Bus Queue: re-schedule messages while increasing deliveryCount
I use Azure Service Bus Queues to collect messages that need to be posted to an API. I'm using an Azure trigger function on the Queue to process incoming messages. Unfortunately, the API is unreliable so I'm working on adding…