Azure 删除取消(禁用)订阅

Azure Delete Canceled (Disabled) Subscription

我已经取消了 Azure 订阅,但如何删除它?我确定我们不会使用这个,它是空的,我们有更多的订阅可以使用。

不,您不能立即将其删除。

您需要等待 90 天才能永久删除您的数据,以防您需要访问它或改变主意。

参考 - https://docs.microsoft.com/en-us/azure/billing/billing-how-to-cancel-azure-subscription#what-happens-after-i-cancel-my-subscription


此外Remove-AzureSubscription也做不到。

参见description

The Remove-AzureSubscription cmdlet deletes an Azure subscription from your subscription data file so Windows PowerShell can't find it. This cmdlet does not delete the subscription from Microsoft Azure, or change the actual subscription in any way.

更新:

查看问题 - Cannot delete subscription

微软文档会员回复:

You can't delete an Azure subscription directly. As the article states, all an account admin needs to do is Cancel subscription. Billing stops at that point and all Azure services get disabled, but a final invoice isn’t created until the end of the current billing period. 90 days after you cancel the subscription, Azure automatically permanently deletes the subscription and all data.

您不能删除子。我有一个已经取消了 2 或 3 年的订阅,而且它不会消失。关于堆栈溢出有很多类似的问题,这是我最近发现的问题之一: