An Azure service that provides a hybrid, multi-cloud management platform for APIs.
I’ve run into this with a couple of time, and the strange part is it always looks like the subscription is healthy even though nothing actually gets delivered.
In our cases the webhook endpoint wasn’t passing APIM’s reachability or validation checks, so Event Grid simply stopped sending events without showing any obvious errors.
The two biggest things to double-check are the webhook URL and how it responds.
Kindly, make sure the endpoint can return a quick 200 response with no extra authentication during the initial validation. I’ve seen teams protect the endpoint too early with headers or gateway rules, and APIM just refuses to deliver anything. Even App Gateway didn’t show logs in one of our situations, so the lack of logs isn’t unusual.
Once the webhook endpoint was reachable from the internet and responded cleanly, the events immediately started flowing. In short, the subscription is fine. It’s almost always the webhook URL not passing the initial validation or getting blocked somewhere in front of it.