0

I know that the AEG (azure event grid) works with cloud schema 0.1 as shown here https://learn.microsoft.com/en-us/azure/event-grid/cloudevents-schema#cloudevent-schema.

But the cloud event schema latest version is 0.2 at https://github.com/cloudevents/spec/blob/master/spec.md.

  1. I tried to follow the schema for 0.2 to see if it works. It did not. May be that is just me. Has any one tried with 0.2?
  2. Is it supported or not?
Dan Kohn
  • 33,811
  • 9
  • 84
  • 100
Raghu
  • 2,859
  • 4
  • 33
  • 65
  • [Documentation](https://learn.microsoft.com/en-us/azure/event-grid/cloudevents-schema) doesn't say anything about 0.2, but I'm confident it will be coming shortly. – Sean Feldman Jan 29 '19 at 22:50

1 Answers1

1

Currently, Cloud Event Schema V0.2 is not supported in Azure Event Grid (support for it is expected to be added in the next few months).