Cleaning up stale Azure Service Bus topic subscriptions [duplicate]
问题 This question already has answers here : Auto-expire orphaned Subscription (Azure ServiceBus Messaging SubscriptionClient) (3 answers) Closed 5 years ago . 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