Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 347 Bytes

clean-up-resources.md

File metadata and controls

18 lines (14 loc) · 347 Bytes
ms.topic ms.service ms.manager ms.author author ms.date
include
azure-devops-pipelines
mijacobs
jukullam
juliakm
02/11/2022

Clean up resources

Whenever you're done with the resources you created, you can use the following command to delete them:

az group delete --name myapp-rg

Enter y when you're prompted.