上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:
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:
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:
Figure 2.13: Azure Queue service creation
- Once done, you will see that the Queue has been created, as shown in the following screenshot:
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.