Skip to content

Commit

Permalink
Improve documentation on TRE teardown (#3954)
Browse files Browse the repository at this point in the history
Update tear-down.md
  • Loading branch information
jonnyry authored May 28, 2024
1 parent ddbbffe commit bdb736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tre-admins/tear-down.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <resource group name>
Expand Down

0 comments on commit bdb736e

Please sign in to comment.