Join Tiago Costa for an in-depth discussion in this video Using Azure storage queues, part of Developing Long-Running Tasks with Microsoft Azure.
- [Instructor] When it comes to sending … and receiving messages using the Azure Storage queues … we have several operations. … Of course we can send message to a queue, … we can grab those messages from the queue, … we can also delete messages from the queue … but there are other operations … like for example peek the next message. … I can just go ahead and peek at the message … that is on the queue. … This will not lock the queue … so another client can just grab that one too. … It's just like a let them have a look, … they just read the message without locking it … to be read and to be processed. … Of course I can also change content on a message … that is already on a storage account queue. … If you want, if you need to do this that is also possible … and also another one that I like a lot … is I can get the queue length. … This is very useful when I'm usually creating dashboards … and I want to know how many messages I'm having … in the queue to process that are still there. … I have like 20 messages there …
Author
Released
3/27/2019- Creating and using Azure Storage queues
- Using Azure Service Bus queues
- Security for Azure Service Bus queues
- Creating and scheduling WebJobs
- Creating Azure functions
- Running Azure Batch workloads
Skill Level Intermediate
Duration
Views
Related Courses
-
Azure DevOps First Look
with Jose Miguel Rady Allende17m 30s Beginner -
Scaling Applications with Microsoft Azure
with Tiago Costa1h 30m Intermediate
-
Introduction
-
What you should know1m 10s
-
1. Azure Queues
-
Message queue design pattern5m 29s
-
Create a storage queue2m 2s
-
Using Azure storage queues3m 41s
-
Azure Service Bus overview2m 41s
-
-
2. Azure WebJobs
-
Azure WebJobs overview4m 9s
-
Create a WebJob4m 12s
-
Schedule a WebJob2m 24s
-
Using WebJob SDK2m 15s
-
-
3. Azure Functions and the Serverless Era
-
What are Azure Functions?5m 28s
-
Create an Azure Function3m 29s
-
Triggers and bindings2m 20s
-
-
4. Large-Scale Parallel Compute
-
What is Azure Batch?4m 46s
-
View Batch quotas2m 14s
-
-
Conclusion
-
Next steps34s
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Using Azure storage queues