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
Storage Account: All access to Azure Storage is done through a storage account.
See Azure Storage Scalability and Performance Targets for details about storage
account capacity.
Queue: A queue contains a set of messages. All messages must be in a queue.
Note that the queue name must be all lowercase. For information on naming
queues, see Naming Queues and Metadata.
Message: A message, in any format, of up to 64 KB. The maximum time that a
message can remain in the queue is 7 days.
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
Page 8 of 26
Cloud Computing - Azure
Click “Add”.
Page 9 of 26
Cloud Computing - Azure
Page 10 of 26
Cloud Computing - Azure
Page 11 of 26
Cloud Computing - Azure
In “Advanced”.
Page 12 of 26
Cloud Computing - Azure
Page 13 of 26
Cloud Computing - Azure
Page 14 of 26
Cloud Computing - Azure
Click “Create”.
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”.
Page 19 of 26
Cloud Computing - Azure
Click “eventlogs”.
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