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:
- Parallel and async (Backlog of work).
- Faster processing (Azure role to worker role ).
For more Information: Introduction to Azure Queue Storage – Azure Storage | Microsoft Learn