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 |
|
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.