Storage Services explained in simple terms

Storage Services explained in simple terms


Queue Storage  (64kb – 7 days max remain in max )

Used to Store and retrieve messages queued up to 64kb in size  (messages limit depends on storage account) and reliable messaging between application components.

Uses of Queue Storage:

  1. Parallel and async (Backlog of work).
  2. Faster processing (Azure role to worker role ).

For more Information: Introduction to Azure Queue Storage – Azure Storage | Microsoft Learn