Introduction to Azure Queue Storage - Azure Storage (original) (raw)

What is Azure Queue Storage?

In this article

Azure Queue Storage is a service for storing large numbers of messages. You access messages from anywhere in the world via authenticated calls using HTTP or HTTPS. A queue message can be up to 64 KB in size. A queue may contain millions of messages, up to the total capacity limit of a storage account. Queues are commonly used to create a backlog of work to process asynchronously, like in the Web-Queue-Worker architectural style.

Queue Storage concepts

Queue Storage contains the following components:

Diagram showing the relationship between a storage account, queues, and messages.

Next steps


Feedback

Was this page helpful?

No

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?