From bdb736e6db39ede7ad789f707959c74f869eb39f Mon Sep 17 00:00:00 2001 From: Jonny Rylands Date: Tue, 28 May 2024 16:54:36 +0100 Subject: [PATCH] Improve documentation on TRE teardown (#3954) Update tear-down.md --- docs/tre-admins/tear-down.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tre-admins/tear-down.md b/docs/tre-admins/tear-down.md index 38e730c5f9..17e7beab38 100644 --- a/docs/tre-admins/tear-down.md +++ b/docs/tre-admins/tear-down.md @@ -6,7 +6,7 @@ To remove the Azure TRE and its resources from your Azure subscription run: make tre-destroy ``` -Alternatively, you can delete the resource groups in Azure Portal or using the CLI: +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](https://github.com/microsoft/AzureTRE/blob/main/devops/scripts/destroy_env_no_terraform.sh) which prevent re-deployment errors. ```cmd az group delete --name