Event notifications
Event notifications are an important part of event routing with Azure Digital Twins. Azure digital twins produce notifications based on different events. These events are routed to different locations within the same Azure digital twin or outside the Azure digital twin to an endpoint. Event notifications describe the notifications for these events. The following events will generate notifications:
Each notification is built up from a body and a header. The header contains several key-value pairs that differ based on the protocol being used. Notifications from Azure Digital Twins conform to the CloudEvents standard.
Understanding the CloudEvents Standard
The CloudEvents standard is a specification for describing event metadata in a standardized way. Their purpose is to simplify the standard model across services and platforms to provide seamless integration between the services of different platforms. CloudEvents is part of the CNCP...