Skip to content

Instantly share code, notes, and snippets.

@peteraritchie
Created November 14, 2022 16:47
Show Gist options
  • Save peteraritchie/03a866b2a1e90e6daf327dd6a03e6b56 to your computer and use it in GitHub Desktop.
Save peteraritchie/03a866b2a1e90e6daf327dd6a03e6b56 to your computer and use it in GitHub Desktop.

useful quick AZ commands

remove resource group

Remove-AzResourceGroup -Name $rgName -Confirm False
az group delete --name $rgName --Yes

TODO:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment