Azure storage queue: processed message comes back to the queue after 10 minutes

Yan Wang 1 Reputation point
2022-09-15T04:49:29.757+00:00

I have an Azure function triggered by the storage queue, and once the message processed successfully by the function, after 10 minutes, the same message comes back to the queue again. The message seems retry even though it was processed successfully. The MessageVisibilityTimeout is the default value. Any suggestions on fixing this issue?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,687 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,186 Reputation points
    2022-09-16T17:54:10.82+00:00

    @Yan Wang I just checked with the Functions team and they suggested checking for the Function logs to check if the function is getting stuck and if it is actually completing. Here is how to lok for logs- https://learn.microsoft.com/en-us/azure/azure-functions/monitor-functions?tabs=portal#analyzing-logs

    Please let me know what you observe and share any logs if possible. Thank you!