![Learning Microsoft Azure Storage](https://wfqqreader-1252317822.image.myqcloud.com/cover/531/36700531/b_36700531.jpg)
上QQ阅读APP看书,第一时间看更新
Creating Queue storage
Let’s see how we can create Queue storage in the storage account we created in the last chapter.
- Navigate to the storage we created in the last chapter using the portal, as shown in the following screenshot:
![](https://epubservercos.yuewen.com/4C7D71/19470401508925906/epubprivate/OEBPS/Images/fe12bc79-1df4-48a7-a686-187f5addbd6d.png?sign=1739146347-Ks4IkD0nUYZ3rHQhbDSbvAFcyNGvvrC2-0-b2392460cc8e5b8eb85fa2e03a47cb38)
Figure 2.11: Azure Storage services
- You can see all the storage services in the previous screenshot. To manage queues, you have to click on Queue, and a new blade will appear, as shown in the following screenshot:
![](https://epubservercos.yuewen.com/4C7D71/19470401508925906/epubprivate/OEBPS/Images/90323674-a960-40a9-9547-56552ec4c510.png?sign=1739146347-Igr0KUaLkPCsEG08lEdb3waIpXuQOfus-0-d5eba92a354597aa69de9abb6bb0a9e6)
Figure 2.12: Azure Queue service overview
- In order to create a Queue service, just click on Queue and specify the Queue name, as shown in the following screenshot:
![](https://epubservercos.yuewen.com/4C7D71/19470401508925906/epubprivate/OEBPS/Images/8922e82a-2b06-46fa-9049-fabf5a3b2a4d.png?sign=1739146347-OtzBYTWAOHSCvJPqJIY2lcieMBzfPqFC-0-12fbd2e9f152de57be6c773f0ed682de)
Figure 2.13: Azure Queue service creation
- Once done, you will see that the Queue has been created, as shown in the following screenshot:
![](https://epubservercos.yuewen.com/4C7D71/19470401508925906/epubprivate/OEBPS/Images/42380193-237b-418f-a78b-8ebe9f7dc064.png?sign=1739146347-wlCz94R3AvXzX6yPiKYWBPpg8DpsJ0rj-0-6f431a329c7df5177d278215ea02e5b2)
Figure 2.14: The created queue
For developers who are interested in learning how to access a created Queue and start working with it, you can check the following link: https://docs.microsoft.com/en-us/azure/storage/storage-dotnet-how-to-use-queues.