Azure Queue Storage · Authentication Profile

Microsoft Azure Queue Storage Authentication

Authentication

Azure Queue Storage secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

Asynchronous ProcessingCloud StorageMessagingQueueStorage
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

sharedKey apiKey
· in: header (Authorization)
sasToken apiKey
· in: query (sig)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/microsoft-azure-queue-storage-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: sharedKey
  type: apiKey
  in: header
  parameter: Authorization
  description: Shared Key authentication
  sources:
  - openapi/microsoft-azure-queue-storage-openapi.yml
- name: sasToken
  type: apiKey
  in: query
  parameter: sig
  description: Shared Access Signature token
  sources:
  - openapi/microsoft-azure-queue-storage-openapi.yml