Skip to content

Instantly share code, notes, and snippets.

@msalvaris
Last active March 2, 2018 16:36
Show Gist options
  • Save msalvaris/8e0b125a13b200fb39f054246b6d4663 to your computer and use it in GitHub Desktop.
Save msalvaris/8e0b125a13b200fb39f054246b6d4663 to your computer and use it in GitHub Desktop.
Delete resource group
#!/usr/bin/env bash
# Deletes resource group, useful for deleting VMs etc.
# arguments:
# resource_group_name
az group delete --name $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment