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
EventGrid can send events in CloudEvents v1 format - but how do I receive them in a function? I expected to see a func.CloudEvent just like func.EventGridEvent or some transformation, but "CloudEvent" yields 0 hits in this repo.
get_json()seems to give me the payload (.data), but what about the metadata? What about extension attributes?
The text was updated successfully, but these errors were encountered:
EventGrid can send events in CloudEvents v1 format - but how do I receive them in a function? I expected to see a
func.CloudEvent
just likefunc.EventGridEvent
or some transformation, but "CloudEvent" yields 0 hits in this repo.get_json()
seems to give me the payload (.data
), but what about the metadata? What about extension attributes?The text was updated successfully, but these errors were encountered: