Skip to content

Instantly share code, notes, and snippets.

@fungiboletus
Created February 2, 2022 14:08
Show Gist options
  • Save fungiboletus/03b2f9cb636d429e5688afbd38c60999 to your computer and use it in GitHub Desktop.
Save fungiboletus/03b2f9cb636d429e5688afbd38c60999 to your computer and use it in GitHub Desktop.
Delete Azure Resources
#!/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