You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement EventGridConverter trigger binding types CloudEvent, CloudEvent[], EventGridEvent, EventGridEvent[], BinaryData, BinaryData[], and String[] so that we have parity with in-proc.
Tasks
Implement converter that enables binding to a single CloudEvent, EventGridEvent, string and BinaryData and multiple CloudEvent's, EventGridEvent, string, and BinaryData
Being able to bind to multiple table entities looks like this: CloudEvent[], EventGridEvent[], BinaryData[], String[]
Write unit tests for converters
Definition of Done
Worker EventGrid extension package is released (as a preview package)
Unit & E2E tests written and checked-in
Microsoft documentation updated to detail support for the new SDK-bindings
The text was updated successfully, but these errors were encountered:
Problem Statement
Implement
EventGridConverter
trigger binding typesCloudEvent
,CloudEvent[]
,EventGridEvent
,EventGridEvent[]
,BinaryData
,BinaryData[]
, andString[]
so that we have parity with in-proc.Tasks
CloudEvent
,EventGridEvent
,string
andBinaryData
and multipleCloudEvent
's,EventGridEvent
,string
, andBinaryData
CloudEvent[]
,EventGridEvent[]
,BinaryData[]
,String[]
Definition of Done
The text was updated successfully, but these errors were encountered: