I have an azure logic app with 1 workflow that triggers on message in an Azure Service Bus queue
Lock timeout is set to 5 minutes, session not enabled, max delivery attempt set to 100
There are no workflow runs with errors, yet 2 out of 3 messages end up in dead letter with reason max delivery attempts.
How do I go about debugging this?
Edit: Max delivery attempts was only at 10. I increased to 100 and now it is successful. App insights still don't give any information about failures or anything that explains why it even needs more than 1 delivery attempt.
I'm about to give up since it works, but I would really like to know how debug and optimize this.
If still you cannot find the issue, ill suggest you to raise a support request.