Completely remove a subscription from Management Portal

后端 未结 6 694
星月不相逢
星月不相逢 2021-01-01 18:32

In my Windows Azure Management Portal, I still see the \"3-Month Free Trial\" subscription although it has already expired and been canceled automatically. I\'ve deleted bot

相关标签:
6条回答
  • 2021-01-01 18:45

    Visit the portal. In the upper-right corner, you should see a link for Billing.

    Billing link

    This will take you to a list of your subscriptions.

    enter image description here Select your subscription. Then, on the right side, you'll see a few options, and one toward the bottom should be 'Cancel Subscription.'

    enter image description here

    0 讨论(0)
  • 2021-01-01 18:51

    According to the Azure support it is (currently) not possible to delete canceled subscriptions.

    Greetings from Microsoft Azure. I reviewed your request and would like to mention that there is unfortunately no option to remove the disabled subscription from the Azure portal. This is by design to enable customer’s view the subscriptions purchased by them right from the day the Azure account was created.

    I consider this a bad design choice but that probably is just me.

    0 讨论(0)
  • 2021-01-01 18:56

    I'm not sure, but according to this page it seems that subscriptions are permanently removed 30 to 90 days after cancellation.

    0 讨论(0)
  • 2021-01-01 18:59

    I cancelled a subscription a few months ago by calling support, and have had it sitting in the interface ever since. Recently they notified me that they are going to delete it (and its associated storage) soon. I expect it will disappear then. Therefore I think they keep the subscription around for a while in case you ring them up and say "Heh, I didn't really want to cancel that!".

    0 讨论(0)
  • 2021-01-01 19:00

    Additionally you also cannot get your account completely deleted either. You can request for subscriptions to be cancelled (as per original question) and Azure Support can action that but they can't/won't remove your actual account/login.

    0 讨论(0)
  • 2021-01-01 19:02

    You can remove your subscription via Azure PowerShell.

    How to install: https://docs.microsoft.com/en-us/powershell/azureps-cmdlets-docs/

    How to use: C:\PS> Remove-AzureSubscription "Test"

    https://msdn.microsoft.com/ru-ru/library/dn495109.aspx

    0 讨论(0)
提交回复
热议问题