Forum Discussion

akin_k's avatar
akin_k
Copper Contributor
Aug 12, 2024

Why is element in the queue deleted even if the function throws an exception?

I write an Azure Function with a queue trigger and i want to send the data to the backend service if the backend service is avaiable and if not available then the element should still be in the queue...