Pinned Loading
-
-
-
-
-
Azure CLI - Delete All Resource Grou...
Azure CLI - Delete All Resource Group.ps1 1# Delete all resource group in subscription
2# Except Locked RG
34$RG = $(az group list -o tsv --query [].name)
5ForEach ($value in $RG) {az group delete -g $value -y --no-wait}
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.