I am getting duplicate messages from Azure Storage Queue. I am sure that my function is getting executed only once as I am logging the message in the database in the same function. After clicking on the button, I see that, message is queued in storage queue and in a second its dequeued(so again, it's not like that there are 2 same messages enqueued).
Any thoughts on this? Thanks in advance!
P.S - please note that it's not a Azure Service Bus where I can set the property RequiresDuplicateDetection to True to fix this issue.