How many Azure storage queue messages can be leased at one time?

Sander van de Velde | MVP 36,761 Reputation points MVP Volunteer Moderator
2020-07-15T13:13:31.627+00:00

I want to take messages from Azure Storage queue in batches, making use of the lease ability.

How many Azure storage queue message can be leased at a maximum? Is there actually a maximum?

Sander

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
114 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2020-07-15T15:04:46.273+00:00

    @Sander van de Velde | MVP Lease/Lock duration 30 seconds (default) 7 days (maximum) (You can renew or release a message lease using the UpdateMessage API.)

    For more information, please refer to this article: https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted

    Hope this helps!
    Kindly let us know if the above helps or you need further assistance on this issue.

    ------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer" and Upvote on the post that helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.