Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fboucher/azurepowertools
Here a little script that will completely delete all resources of every resources group inside a specific subscription.
https://github.com/fboucher/azurepowertools
azure powershell storage subscription
Last synced: about 2 months ago
JSON representation
Here a little script that will completely delete all resources of every resources group inside a specific subscription.
- Host: GitHub
- URL: https://github.com/fboucher/azurepowertools
- Owner: FBoucher
- Created: 2016-12-14T02:22:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T15:44:35.000Z (about 4 years ago)
- Last Synced: 2024-05-02T02:36:21.238Z (8 months ago)
- Topics: azure, powershell, storage, subscription
- Language: PowerShell
- Homepage: http://www.frankysnotes.com
- Size: 9.77 KB
- Stars: 9
- Watchers: 3
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AzurePowerTools
Here a little script that will completely delete all resources of every resources group inside a specific subscription. To be able to execute this script you will need Azure [PowerShell cmdlets](https://docs.microsoft.com/powershell/azureps-cmdlets-docs/?WT.mc_id=dotnet-0000-frbouche).
The script asks you to login-in then list all the subscriptions that this account has access. Once you specify which one, it will list all the resource grouped by resource group. Then as a final warning, it will require one last validation before nuking everything.
Be careful.
Related blog post:
- [Need to Nuke an Azure Subscription?](http://www.frankysnotes.com/2016/12/need-to-nuke-azure-subscription.html)
- [Besoin d'exploser un abonnement Azure?](http://www.cloudenfrancais.com/besoin-dexploser-un-abonnement-azure/)