Lab19 - Understanding Queue Storage - Azure
Lab19 - Understanding Queue Storage - Azure
Queue storage
Azure Queue storage is a service for storing large numbers of messages that
can be accessed from anywhere in the world via authenticated calls using
HTTP or HTTPS. A single queue message can be up to 64 KB in size, and a
queue can contain millions of messages, up to the total capacity limit of a
storage account.
Page 1 of 26
Cloud Computing - Azure
URL format: Queues are addressable using the following URL format:
http://<storage account>.queue.core.windows.net/<queue>
http://myaccount.queue.core.windows.net/images-to-download
Page 2 of 26
Cloud Computing - Azure
Topology:
Page 3 of 26
Cloud Computing - Azure
Back-End Topology:
Page 4 of 26
Cloud Computing - Azure
Page 5 of 26
Cloud Computing - Azure
Click “Add”.
Page 6 of 26
Cloud Computing - Azure
Click “Create”.
Page 7 of 26
Cloud Computing - Azure
Click “Add”.
Page 8 of 26
Cloud Computing - Azure
Page 9 of 26
Cloud Computing - Azure
Page 10 of 26
Cloud Computing - Azure
In “Advanced”.
Page 11 of 26
Cloud Computing - Azure
Page 12 of 26
Cloud Computing - Azure
Page 13 of 26
Cloud Computing - Azure
Click “Create”.
Page 14 of 26
Cloud Computing - Azure
Page 15 of 26
Cloud Computing - Azure
Page 16 of 26
Cloud Computing - Azure
Click “Queues”.
Page 17 of 26
Cloud Computing - Azure
Click “Queue”.
Page 18 of 26
Cloud Computing - Azure
Click “Ok”.
Click “eventlogs”.
Page 19 of 26
Cloud Computing - Azure
Page 20 of 26
Cloud Computing - Azure
Page 21 of 26
Cloud Computing - Azure
In “Security”
Page 22 of 26
Cloud Computing - Azure
Page 23 of 26
Cloud Computing - Azure
Also you can set the expiration period for the message, after that message will be deleted automatically.
Page 24 of 26
Cloud Computing - Azure
Page 25 of 26
Cloud Computing - Azure
If you have required to delete the specific message, then select that message and then click “Dequeue
message” / to click “Clear queue” to delete all messages in the queue.
Page 26 of 26