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
The EventGrid WebJobs extension supports the ability to return a single event from function as a string or JsonElement, currently, we have to use EventGridEvent.Parse and then always discard the array. Would be nice if we had an EventGridEvent.ParseSingle method.
The EventGrid WebJobs extension supports the ability to return a single event from function as a string or JsonElement, currently, we have to use
EventGridEvent.Parse
and then always discard the array. Would be nice if we had anEventGridEvent.ParseSingle
method.Related: #15058
cc @ellismg
The text was updated successfully, but these errors were encountered: