Azure / azure-functions-eventgrid-extension

EventGrid extension for Azure Functions
MIT License
48 stars 32 forks source link

Event type is always null, #119

Closed kjell-van-straaten closed 10 hours ago

kjell-van-straaten commented 3 months ago

Following this guide. it should be possible to print out the event_type from an event grid event.

However, this value always prints out "null". How can this be solved?

kind regards, Kjell