Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation on TRE tear down #3777

Closed
jonnyry opened this issue Nov 6, 2023 · 0 comments · Fixed by #3954
Closed

Improve documentation on TRE tear down #3777

jonnyry opened this issue Nov 6, 2023 · 0 comments · Fixed by #3954
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request

Comments

@jonnyry
Copy link
Collaborator

jonnyry commented Nov 6, 2023

The existing documentation on TRE tear down doesn't make clear the difference between using make tre-destroy and az group delete:

https://microsoft.github.io/AzureTRE/v0.15.2/tre-admins/tear-down/

az group delete despite deleting the resource groups, leaves behind a number of resources such as the key vault, diagnostic log settings and others, which causes a subsequent deployment of the TRE to fail multiple times when deploying terraform.

make tre-destroy remedies this by seperately deleting the resources left behind as can be seen in destroy_env_no_terraform.sh.

The documentation would be more helpful to first time users, if the pitfalls of manually deleting the resources groups were pointed out. I notice a number of tickets where people have fallen into this treap and then have deployed to a new TRE_ID to work around the issue.

@marrobi marrobi added the enhancement New feature or request label Nov 7, 2023
@marrobi marrobi added the bug Something isn't working label Jan 9, 2024
@marrobi marrobi moved this to Backlog in Azure TRE - Engineering Feb 27, 2024
@tim-p-allen tim-p-allen added the documentation Improvements or additions to documentation label May 8, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Azure TRE - Engineering May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants