Azure Storage—besides being a service for storing many different kinds of data—can be used also as a queue. Queue Storage is another capability that allows you to quickly develop a solution that requires a simple queue solution, and additionally is able to store in a queue millions of messages without affecting performance. In this section, you will see how to develop applications using Queue Storage and what is important when using this feature. Additionally, I assume that you already have a storage account. If not, take a look at the Storing data with Azure Storage Tables section, where I described the process of creating an account.
Queues in Azure Queue Storage
Queue Storage features
In general, Queue Storage...