Skip to content

Commit

Permalink
Modify instructions for deletion of SRE storage
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Dec 7, 2023
1 parent 15bd05a commit 11d9b25
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/roles/system_manager/manage_deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_<SHM ID>_PERSISTENT_DATA`, with a name similar to `<SHM ID><SRE ID>data<random letters>`.
Deleting the SRE storage account from `RG_SHM_<SHM ID>_PERSISTENT_DATA` will delete any work that was done in the SRE.
```

## {{end}} Remove a complete Safe Haven
Expand Down Expand Up @@ -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_<SHM ID>_PERSISTENT_DATA`, with a name similar to `<SHM ID><SRE ID>data<random letters>`.
Deleting the SRE storage account from `RG_SHM_<SHM ID>_PERSISTENT_DATA` will delete any work that was done in the SRE.
```

### {{unlock}} Disconnect from the Azure Active Directory
Expand Down

0 comments on commit 11d9b25

Please sign in to comment.