Create a Storage Queue
Cipher Coffee wants to handle online orders asynchronously so that the website can continue taking new requests while background processes handle order fulfillment. To prepare for this, you'll create an Azure Storage Queue to hold messages that represent new customer orders.
This exercise is part of the course
Develop for Azure Storage
Exercise instructions
In your Storage account, open Data storage ▸ Queues.,Create a queue named “orderqueue.”,Add a sample message, such as “New order from Cipher Coffee website,” and
confirm it appears in the queue.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise