From the course: Microsoft Azure Developer Associate (AZ-204) Exam Tips

Unlock the full course today

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

Event-based solutions

Event-based solutions - Azure Tutorial

From the course: Microsoft Azure Developer Associate (AZ-204) Exam Tips

Start my 1-month free trial

Event-based solutions

- [Instructor] This section is all about event-based solutions. As we mentioned earlier, an event-based system relies on the producers of events publishing these to a stream. Consumers then subscribe to this stream and are notified when events are produced. This can be an incredibly powerful model for separating the different parts of a solution because the producer has no control over, and often doesn't even know, who's subscribing to the events. The services are completely decoupled. There are three services on the AZ-204 syllabus which are focused on event-driven architectures. These are Azure Event Grid, Azure Event Hubs, and Azure Notification Hubs. The first of these, Azure Event Grid, is a service for connecting data sources and handlers. Many Azure services have built-in support for acting as event grid topics. These include Azure Blob Storage, Container Registry, IoT Hub, Key Vault, Azure Machine Learning, and…

Contents