skip to content
Alvin Lucillo

Delete az resource group

/ 1 min read

A resource group can be used to organize your related Azure resources. One use case is deletion of related resources; you can just delete the resource group instead of individually deleting them.

az group delete --name <rg-name> --no-wait --yes