Design for Azure Queue Storage

Source: Application Architecture

Design for Azure Queue Storage

Azure Storage Queue is a service for learning large number messages.

Azure Queue Storage
  • Accessed with authenticated calls using HTTP or HTTPS.
  • Message can be up to 64 KB in size.
  • May contain millions of messages, up to the total capacity limit of a storage account.
  • Create a backlog of work to process asynchronously.
  • Example: customer placing orders online added to the queue and processed.