Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 676 Bytes

clean-up-resources-cli.md

File metadata and controls

31 lines (24 loc) · 676 Bytes
author ms.author ms.topic ms.date ms.service ms.role ms.devlang ms.azure.devx-azure-tooling ms.custom
jess-johnson-msft
jejohn
include
06/01/2022
app-service
developer
python
vscode-azure-tools
devx-track-python

Delete the resource group by using the az group delete command.

az group delete \
    --name $RESOURCE_GROUP_NAME 
az group delete `
    --name $RESOURCE_GROUP_NAME 

You can optionally add the --no-wait argument to allow the command to return before the operation is complete.