Completely remove a subscription from Management Portal

后端 未结 6 693
星月不相逢
星月不相逢 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 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

提交回复
热议问题