Created
February 2, 2022 14:08
-
-
Save fungiboletus/03b2f9cb636d429e5688afbd38c60999 to your computer and use it in GitHub Desktop.
Delete Azure Resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Don't do that on production I guess | |
az resource delete --ids $(az resource list | jq ".[].id" -r) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment