I create subscriptions per client instance and would like to understand good practices on cleaning up stale subscriptions if the client crashes or closes unexpectedly.
Is there any way to determine by iterating through all the subscriptions of a topic to detect if the subscription hasn't been pulled for 24 hrs?
I found Detect and Delete Orphaned Queues, Topics, or Subscriptions on Azure Service Bus but it's a bit dated.