Skip to Content
Mastering Azure Serverless Computing
book

Mastering Azure Serverless Computing

by Lorenzo Barbieri, Massimo Bonanni
November 2019
Intermediate to advanced
362 pages
7h 52m
English
Packt Publishing
Content preview from Mastering Azure Serverless Computing

Events

An event represents something that happens inside an Azure service (called the source) that communicates the event externally and that can be intercepted and managed by another Azure service (called the destination).

An event is composed of a set of information coded in a JSON format with a well-defined schema.

Azure Event Grid supports two different schemas for the events it can manage:

  • Azure event schema: This is a schema defined by Azure, and its format is like the following:
[    {        "topic": string,        "subject": string,        "id": string,        "eventType": string,        "eventTime": string,        "data":{            object-unique-to-each-publisher        },        "dataVersion": string,        "metadataVersion": string    }]

Events have a common set of properties that identify each event ...

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

Advanced Serverless Architectures with Microsoft Azure

Advanced Serverless Architectures with Microsoft Azure

Daniel Bass
Azure Serverless Computing Cookbook - Third Edition

Azure Serverless Computing Cookbook - Third Edition

Praveen Kumar Sreeram, Kasam Shaikh, Greg Leonardo

Publisher Resources

ISBN: 9781789951226Supplemental Content