I am using Service Bus premium to create Event Subscription (Event Grid) and the Endpoint I am using Webhook ( Logic App Endpoint) .
My use case is : whenever the message is received in service bus topic the event should get trigger and the webhook should be called.
The webhook endpoint is of Logic App URI .
Issue : For 15-20 message in the topic the event gets triggered and the logic app is fired and after that even for any number of message the event does not get triggers.
Note : I am using Peek-Lock in my logic app and the message is not completed yet , number of messages i can see in the topic/subscriptions which are not yet processed.
Event not triggering even there are many messages in the topic/subscription.