Skip to content

Files

Latest commit

7e303ca · Mar 18, 2022

History

History
19 lines (15 loc) · 1007 Bytes

digital-twins-cleanup-basic.md

File metadata and controls

19 lines (15 loc) · 1007 Bytes
author description ms.service ms.topic ms.date ms.author
baanders
include file for cleaning up an Azure Digital Twins instance
digital-twins
include
2/4/2021
baanders
  • If you do not need any of the resources you created in this tutorial, you can delete the Azure Digital Twins instance and all other resources from this article with the az group delete CLI command. This deletes all Azure resources in a resource group, as well as the resource group itself.

    [!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 or a local CLI window, and run the following command to delete the resource group and everything it contains.

    az group delete --name <your-resource-group>