Azure Queue Storage website screenshot

Azure Queue Storage

Azure Queue Storage is a Microsoft cloud service for storing large numbers of messages, enabling decoupled and asynchronous communication between application components. Messages can be accessed via authenticated HTTP/HTTPS calls and support visibility timeouts, peeking, and metadata for reliable processing.

1 APIs 0 Features
Asynchronous ProcessingCloud StorageMessagingQueueStorage

APIs

Azure Queue Storage REST API

Azure Queue Storage REST API provides cloud-based message queuing for decoupling application components. It supports creating queues, adding messages, peeking at messages, deque...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
💰
Pricing
Pricing
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
📦
SDKs
SDKs
🟢
StatusPage
StatusPage
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
📰
Blog
Blog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Azure Queue Storage REST API
  version: '2024-05-04'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Queues
    type: folder
  items:
  - info:
      name: Azure Queue Storage REST API List
      type: http
    http:
      method: GET
      url: https://{account}.queue.core.windows.net/
      params:
      - name: comp
        value: ''
        type: query
    docs: Lists queues in the account.
  - info:
      name: Azure Queue Storage REST API Get properties
      type: http
    http:
      method: GET
      url: https://{account}.queue.core.windows.net/:container
      params:
      - name: container
        value: ''
        type: path
    docs: Returns the properties of the queue.
  - info:
      name: Azure Queue Storage REST API Create
      type: http
    http:
      method: PUT
      url: https://{account}.queue.core.windows.net/:container
      params:
      - name: container
        value: ''
        type: path
    docs: Creates a new queue.
  - info:
      name: Azure Queue Storage REST API Delete
      type: http
    http:
      method: DELETE
      url: https://{account}.queue.core.windows.net/:container
      params:
      - name: container
        value: ''
        type: path
    docs: Deletes the queue.
  - info:
      name: Azure Queue Storage REST API Get item
      type: http
    http:
      method: GET
      url: https://{account}.queue.core.windows.net/:container/:path
      params:
      - name: container
        value: ''
        type: path
      - name: path
        value: ''
        type: path
    docs: Retrieves a resource at the path.
  - info:
      name: Azure Queue Storage REST API Put item
      type: http
    http:
      method: PUT
      url: https://{account}.queue.core.windows.net/:container/:path
      params:
      - name: container
        value: ''
        type: path
      - name: path
        value: ''
        type: path
    docs: Creates or updates a resource at the path.
  - info:
      name: Azure Queue Storage REST API Delete item
      type: http
    http:
      method: DELETE
      url: https://{account}.queue.core.windows.net/:container/:path
      params:
      - name: container
        value: ''
        type: path
      - name: path
        value: ''
        type: path
    docs: Deletes a resource at the path.
bundled: true