You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- where `<SHM ID>` is the {ref}`management environment ID <roles_deployer_shm_id>` for this SHM
8
8
- where `<SRE ID>` is the {ref}`secure research environment ID <roles_deployer_sre_id>` for this SRE
9
9
10
-
This script will create a storage account in the `RG_SHM_<shmId>_DATA_PERSISTENT` resource group, a corresponding private end point in `RG_SRE_NETWORKING` and will configure the DNS zone of the storage account to the right IP address.
10
+
This script will create a storage account in the `RG_SHM_<SHM ID>_PERSISTENT_DATA` resource group, a corresponding private end point in `RG_SRE_<SRE ID>_NETWORKING` and will configure the DNS zone of the storage account to the right IP address.
Copy file name to clipboardExpand all lines: docs/source/roles/system_manager/manage_deployments.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,15 @@ On your **deployment machine**.
127
127
128
128
- If you provide the optional `-dryRun` parameter then the names of all affected resources will be printed, but nothing will be deleted
129
129
130
+
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.
131
+
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.
132
+
133
+
```{attention}
134
+
To avoid accidental deletion, the storage account must be deleted manually through the Azure Portal.
135
+
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>`.
136
+
Deleting the SRE storage account from `RG_SHM_<SHM ID>_PERSISTENT_DATA` will delete any work that was done in the SRE.
137
+
```
138
+
130
139
## {{end}} Remove a complete Safe Haven
131
140
132
141
### {{collision}} Tear down any attached SREs
@@ -154,6 +163,15 @@ On your **deployment machine**.
154
163
If you provide the optional `-dryRun` parameter then the names of all affected resources will be printed, but nothing will be deleted
155
164
```
156
165
166
+
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.
167
+
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.
168
+
169
+
```{attention}
170
+
To avoid accidental deletion, the storage account must be deleted manually through the Azure Portal.
171
+
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>`.
172
+
Deleting the SRE storage account from `RG_SHM_<SHM ID>_PERSISTENT_DATA` will delete any work that was done in the SRE.
173
+
```
174
+
157
175
### {{unlock}} Disconnect from the Azure Active Directory
158
176
159
177
Connect to the **SHM Domain Controller (DC1)** via Remote Desktop Client over the SHM VPN connection
0 commit comments