Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 478 Bytes

cli-samples-clean-up.md

File metadata and controls

17 lines (14 loc) · 478 Bytes
author ms.service ms.topic ms.date ms.author ms.subservice
cephalin
azure-app-service
include
11/21/2018
cephalin
web-apps

Clean up resources

In the preceding steps, you created Azure resources in a resource group. If you don't expect to need these resources in the future, delete the resource group by running the following command in the Cloud Shell:

az group delete --name myResourceGroup

This command may take a minute to run.