I have an Event Grid subscribed to an Azure Storage Account. Its set to trigger whenever a blob of certain file extension is uploaded and also when a certain upload api is used.
These filters are defined in Event Grid Advanced Filters. All works great.
Sometimes the Filters kick in and the Event Grid does not fire (which is fine), but how do I see which filter stopped the Event Grid from firing?
Example:
Where do I view the actual text logging showing which filter kicked in?