nwsde / nwsde-azuretre

An accelerator to help organizations build Trusted Research Environments on Azure.
https://microsoft.github.io/AzureTRE
MIT License
0 stars 0 forks source link

Extend tre-destroy script to remove databricks specifically #27

Open jonnyry opened 4 months ago

jonnyry commented 4 months ago

make tre-destroy script fails when Databricks has been installed on a workspace as it tries to delete the databricks managed resource group directly, rather than deleting the Databricks resource (which itself then deletes the managed resource group).

Extend the make tre-destroy script to specifically look for TRE deployed databricks instances and delete them, before deleting the resource groups.