The CloudEventsFormat can be used with any Destination, and the payload is delivered in the JSON Event Format. AzureEventGridDestination offers native support to filter and route CloudEvents.

interface CloudEventsFormat {
    cloudEventsVersion: string;
    type: "CloudEvents";
}

Properties

cloudEventsVersion: string
type: "CloudEvents"

Generated using TypeDoc