I am using Azure Event Grid to send custom events. All works fine, but now I want to create a health check service which would probe all of my services to see if they are working. For this I am using AspNetCore.Diagnostics.HealthChecks. But it doesn't support Azure Event Grid.
Is there a way I could probe event grid to check that it's working without sending actual event?