Starting with the Azure SDK 2.0, this works as expected.
In addition, contrary to other reports, in my testing the subscription is not deleted if there is a pending receiver listening to this subscription.
var description = new SubscriptionDescription(topicPath, subscriptionId); description.AutoDeleteOnIdle = TimeSpan.FromSeconds(600); namespaceManager.CreateSubscription(description);
source share