Clean up Azure resources

Clean up resources

When going through tutorials and familiarizing yourself with Vision AI Dev Kit and Azure services you may create resources that don’t serve a purpose in long term. You can keep the resources and configurations that you created and reuse them, but here are some tips in case you want to delete unnecessary resources.

Delete Azure resources

Deleting Azure resources and resource groups is irreversible. Make sure that you don’t accidentally delete the wrong resource group or resources. If you created the IoT hub inside an existing resource group that has resources that you want to keep, delete only the IoT hub resource itself, instead of deleting the resource group.

To delete the resources:

  1. Sign in to the Azure portal and select Resource groups.

  2. Select the name of the resource group that contains your IoT Edge test resources.

  3. Review the list of resources contained in your resource group. If you want to delete all of them, you can select Delete resource group. If you want to delete only some of them, you can click into each resource to delete them individually.

Updated: