diff --git a/docs/source/roles/system_manager/manage_deployments.md b/docs/source/roles/system_manager/manage_deployments.md index 5f59edf92b..9091a2c73c 100644 --- a/docs/source/roles/system_manager/manage_deployments.md +++ b/docs/source/roles/system_manager/manage_deployments.md @@ -127,11 +127,12 @@ On your **deployment machine**. - If you provide the optional `-dryRun` parameter then the names of all affected resources will be printed, but nothing will be deleted -```{attention} The `SRE_Teardown.ps1` script *does not* remove the SRE data storage account stored in the SHM. Thus, the `ingress`, `egress`, and `backup` data folders still exist. This allows the data to be used for the project associated with the SRE to exist before and after the project starts and ends, without requiring the full SRE to be running. +```{attention} The storage account must be deleted manually through the Azure Portal if desired. The storage account can be found under `RG_SHM__PERSISTENT_DATA`, with a name similar to `data`. +Deleting the SRE storage account from `RG_SHM__PERSISTENT_DATA` will delete any work that was done in the SRE. ``` ## {{end}} Remove a complete Safe Haven @@ -161,12 +162,12 @@ On your **deployment machine**. If you provide the optional `-dryRun` parameter then the names of all affected resources will be printed, but nothing will be deleted ``` - -```{attention} The `SRE_Teardown.ps1` script *does not* remove the SRE data storage account stored in the SHM. Thus, the `ingress`, `egress`, and `backup` data folders still exist. This allows the data to be used for the project associated with the SRE to exist before and after the project starts and ends, without requiring the full SRE to be running. +```{attention} The storage account must be deleted manually through the Azure Portal if desired. The storage account can be found under `RG_SHM__PERSISTENT_DATA`, with a name similar to `data`. +Deleting the SRE storage account from `RG_SHM__PERSISTENT_DATA` will delete any work that was done in the SRE. ``` ### {{unlock}} Disconnect from the Azure Active Directory