I have a service Bus. Some time Number of Messages in the Subscription under Topic gets jammed.
So i want to use a Logic app to count the number of message stuck in the Service Bus in every interval & send the alert.
Is there any way to do it?
I have a service Bus. Some time Number of Messages in the Subscription under Topic gets jammed.
So i want to use a Logic app to count the number of message stuck in the Service Bus in every interval & send the alert.
Is there any way to do it?
You should use Azure Metrics to measure the number of items in the bus, and Azure Alerts to notify you.