--- id: azure-storage-queue version: "12.17.0" license: MIT License license_treatment: permissive maintenance: active --- # azure-storage-queue — Microsoft Azure Azure Queue Storage Client Library for Python License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install azure-storage-queue uv add azure-storage-queue poetry add azure-storage-queue ## Description # Azure Storage Queues client library for Python Azure Queue storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. A single queue message can be up to 64 KiB in size, and a queue can contain millions of messages, up to the total capacity limit of a storage account. Common uses of Queue storage include: * Creating a backlog of work to process asynchronously * Passing messages between different parts of a distributed application [Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue/azure/storage/queue) | [Package (PyPI)](https://pypi.org/project/azure-storage-queue/) | [Package (Conda)](https://anaconda.org/microsoft/azure-storage/) | [API reference documentation](https://aka.ms/azsdk-python-storage-queue-ref) | [Product documentation](https://learn.microsoft.com/azure/storage/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue/samples) ## Getting started ### Prerequisites * Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK... ## AI interpretation — verify before relying Client library for Azure Queue Storage, enabling asynchronous message queuing and work distribution across distributed applications via HTTP/HTTPS. Verdict: Production-ready, actively maintained Azure SDK component with no known vulnerabilities, permissive licensing, and low install friction. Suitable for applications requiring cloud-hosted message queuing; requires Azure account setup and credential management. [View on SkillFed](https://skillfed.io/packages/azure-storage-queue) · [View on PyPI](https://pypi.org/project/azure-storage-queue/)