Skip to Content
Hands-On Serverless Computing
book

Hands-On Serverless Computing

by Kuldeep Chowhan
July 2018
Intermediate to advanced
350 pages
8h 47m
English
Packt Publishing
Content preview from Hands-On Serverless Computing

Azure Event Grid

Azure Event Grid is an Azure service that sends HTTP requests as notifications, which contain events that happen in the publisher. In this case, this is an Azure service. Azure Event Grid allows you to choose the Azure service or resource that you want to be notified about, and you will need to provide a Webhook endpoint or some sort of event handler to notify you of the event that happened in the service you wanted to be notified about.

You can learn more about Event Grid at https://docs.microsoft.com/en-us/azure/event-grid/overview.

Event Grid only support triggers with Azure Functions. It doesn't support input or output bindings with Azure Functions.

A sample function.json binding file for Event Grid trigger will look ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn AWS Serverless Computing

Learn AWS Serverless Computing

Scott Patterson
Erlang and OTP in Action

Erlang and OTP in Action

Eric Merritt, Richard Carlsson, Martin Logan

Publisher Resources

ISBN: 9781788836654Supplemental Content