Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 586 Bytes

cli-rg-delete.md

File metadata and controls

18 lines (13 loc) · 586 Bytes
author ms.service ms.topic ms.date ms.author
msmbaldwin
key-vault
include
03/25/2022
msmbaldwin

Other quickstarts and tutorials in this collection build upon this quickstart. If you plan to continue on to work with subsequent quickstarts and tutorials, you may wish to leave these resources in place.

When no longer needed, you can use the Azure CLI az group delete command to remove the resource group and all related resources:

az group delete --name "myResourceGroup"