Microsoft Azure Storage Explorer issue with queues

andrew hartnell 0 Reputation points
2024-10-23T19:26:18.5633333+00:00

Microsoft Azure Storage Explorer, love the product but why with a queue am I limited to 32 items the load more part of the interface is disabled

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
292 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Keshavulu Dasari 4,840 Reputation points Microsoft External Staff Moderator
    2024-10-23T19:37:34.3266667+00:00

    Hi andrew hartnell ,
    Welcome to Microsoft Q&A Forum, thank you for posting your query here!
    I’m glad to hear you love Microsoft Azure Storage Explorer, this is an expected behavior with Azure Storage Explorer and other tools to query it, so only allows you to view up to 32 messages in a storage queue at a time.

    The maximum number of messages that may be retrieved at the same time is 32.

    This is a limitation from the REST API itself. If you want to fetch more messages, you would need to make multiple HTTP requests with each request asking for a maximum of 32 messages from the Storage Queue service.

    https://learn.microsoft.com/en-us/rest/api/storageservices/get-messages

    If you have any other questions or are still running into more issues, let me know in the "comments" and I would be happy to help you


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

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.