From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Using Azure Event Grid - Azure Tutorial
From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Using Azure Event Grid
- [Instructor] Azure Event Grid is a serverless solution for managing events between other system components. It's actually one of those services that is used throughout the Azure platform and often without you even realizing it. In fact, you don't even need to create anything in Azure to start using it. It's just there. The service itself acts as a central point for managing events. So components can either send events to it or they can subscribe and receive events from it. So a common example often used for an application that resizes images into thumbnails when you upload them. In other words, you create a storage account and every time a user uploads an image to the storage count, an event is fired. Another service such as Azure Function subscribes to that event or event topic so that when the file is uploaded, it gets notified and then the function resizes the image. We won't create that function to demo this.…
Contents
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives1m 5s
-
(Locked)
Introduction to Azure application components8m
-
(Locked)
Setting up a modern API15m 51s
-
(Locked)
Introduction to queues and events6m 47s
-
(Locked)
Using Azure Event Grid7m
-
(Locked)
Using Azure Service Bus9m 20s
-
(Locked)
Review of compute options8m 26s
-
(Locked)
Architecture example2m 14s
-
(Locked)
-
-
-