Skip to content

Tear-down

To remove the Azure TRE and its resources from your Azure subscription run:

make tre-destroy

Alternatively, you can directly delete the resource groups in Azure Portal or using the CLI, however the make method is recommended if you plan to re-deploy the Azure TRE since it performs additional tidy up which prevent re-deployment errors.

az group delete --name <resource group name>

Finally, delete the app registrations in Azure Portal or using the CLI:

az ad app delete --id <application client ID>