Azure Event Grid - Serverless apps | Microsoft Docs
https://docs.microsoft.com/en-us/dotnet/architecture/serverless/event-grid
Event Grid uses a standard schema to wrap custom events. The schema is like an envelope that wraps your custom data element. Here is an example Event Grid message: Everything about the message is standard except the data property. You can inspect the message and use the eventType and dataVersionto de-serialize the custom portion of the payload.
Event Grid uses a standard schema to wrap custom events. The schema is like an envelope that wraps your custom data element. Here is an example Event Grid message: Everything about the message is standard except the data property. You can inspect the message and use the eventType and dataVersionto de-serialize the custom portion of the payload.
DA: 47 PA: 9 MOZ Rank: 34