author | description | ms.service | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|
baanders |
include file for cleaning up a basic Azure Digital Twins instance |
digital-twins |
include |
8/13/2020 |
baanders |
If you no longer need the resources created in this tutorial, follow these steps to delete them.
Using Azure Cloud Shell, you can delete all Azure resources in a resource group with the az group delete command. This command removes the resource group and the Azure Digital Twins instance.
Important
Deleting a resource group is irreversible. The resource group and all the resources contained in it are permanently deleted. Make sure that you don't accidentally delete the wrong resource group or resources.
Open Azure Cloud Shell, and run the following command to delete the resource group and everything it contains.
az group delete --name <your-resource-group>