I have One Event Grid topic where I publish my events and subscribe them by Azure function Event grid trigger.
In Event Subscription I configured Dead letter queue setting and store all undelivered events in blobs.
Could you please suggest me how to read/notify about those blobs entries.