Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created December 30, 2018 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PradeepLoganathan/88306402f11f906760f6b1970b6c62d9 to your computer and use it in GitHub Desktop.
Save PradeepLoganathan/88306402f11f906760f6b1970b6c62d9 to your computer and use it in GitHub Desktop.
Azure event grid - Event Schema
[
{
"topic": "string",
"subject": "string",
"id": "string",
"eventType": "string",
"eventTime": "string",
"data": { "object-unique-to-each-publisher" },
"dataVersion": "string",
"metadataVersion": "string"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment