November 2018
Intermediate to advanced
606 pages
15h 7m
English
In the previous example, we covered event sources. Let's take a similar scenario:

Once more, we have Azure Blob Storage as a publisher, but this time, events are forwarded to both Azure Functions and Azure Event Hub. In that architecture, services presented on the right are event handlers. Here is a list of currently supported services:
So what actually is an event handler? You can think about it as a processor of an event—based on the configuration, Azure Event Grid will forward events to handlers, ...