From the course: Exploring Performance and Scale with Data Options in Azure

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Challenge: Queue storage

Challenge: Queue storage - Azure Tutorial

From the course: Exploring Performance and Scale with Data Options in Azure

Start my 1-month free trial

Challenge: Queue storage

(upbeat music) - [Instructor] The challenge is when an upload is created, we want you to add a message to a queue in storage and we want to call it new-images, that will include all of the uploaded data. One thing that you can use is JsonConvert will have a SerializeObject that will let you convert and upload into a string that can be added into the message, that way the message has all the information in the upload object.

Contents