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
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/management/relocation/relocation-backup.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Make sure to reconfigure all associated settings that were captured from the sou
73
73
- Workbook to move, if configured.
74
74
- Diagnostic settings reconfiguration.
75
75
76
-
## Backup resources
76
+
## Back up resources
77
77
78
78
To continue to protect your resources, you must register and back them up to a Recovery Services vault in the new region. This section shows you how to back up the following resources:
1.[Back up Azure file shares with the Azure CLI](../../../backup/backup-afs-cli.md).
119
+
119
120
1. Satisfy the [prerequisites to relocate the storage account](../../../storage/common/storage-account-move.md?tabs=azure-portal#prerequisites).
121
+
120
122
1. Export and modify an Azure Resource Move template. For more information, see [Prepare storage account for region relocation](../../../storage/common/storage-account-move.md?tabs=azure-portal#prepare).
123
+
121
124
1.[Relocate the Azure Storage account to another region](../../../storage/common/storage-account-move.md).
125
+
122
126
1. When an Azure file share is copied across regions, its associated snapshots don't relocate along with it. To relocate the snapshot data to the new region, use [AzCopy](../../../storage/common/storage-use-azcopy-files.md#copy-all-file-shares-directories-and-files-to-another-storage-account) to relocate the individual files and directories of the snapshots to the storage account in the new region.
127
+
123
128
1. Choose whether you want to retain or delete the snapshots (and the corresponding recovery points) of the original Azure file share. Select your file share on the [Backup Items tab](../../../backup/backup-azure-delete-vault.md#delete-protected-items-in-the-cloud) of the original vault's dashboard. When the backup data for the Azure file share is stopped with retain data, the recovery points remain forever and don't adhere to any policy.
Before you delete the vault, ensure that all on-premises backup servers are unregistered from the vault. To unregister the servers, follow these steps based on your on-premises scenario:
82
+
Before you delete the vault, ensure that all on-premises backup servers are unregistered from the vault. To unregister the servers, follow these steps based on your on-premises scenario:
83
83
84
84
1. Go to the vault dashboard menu and select **Backup Infrastructure** > **Protected Servers**. On **Protected Servers**, select the backup management type from the list. To delete the vault, you must unregister all the servers. On the selected backup management pane, select the **More** icon (**...**) that corresponds to each protected server and select **Unregister**.
85
85
@@ -109,7 +109,7 @@ First, read the [Before you start](#before-you-start) section to understand the
109
109
110
110
To stop protection and delete the backup data, follow these steps:
111
111
112
-
1. In the portal, go to **Recovery Services vault**, and then go to **Backup items**. Then, in the **Backup Management Type** list, select the protected items in the cloud (for example, Azure VMs, Azure Storage, Azure Files, or SQL Server on Azure VMs).
112
+
1. In the portal, go to **Recovery Services vault**, and then go to **Backup items**. Then, in the **Backup Management Type** list, select the protected items in the cloud (for example, Azure Virtual Machines, Azure Storage, Azure Files, or SQL Server on Azure Virtual Machines).
113
113
114
114
:::image type="content" source="./media/backup-azure-delete-vault/azure-storage-selected-inline.png" alt-text="Screenshot that shows selecting the backup type." lightbox="./media/backup-azure-delete-vault/azure-storage-selected-expanded.png":::
115
115
@@ -252,7 +252,7 @@ To stop protection and delete backup data, follow these steps:
252
252
253
253

254
254
255
-
The protected member status changes to *Inactive replica available*.
255
+
The protected member status changes to **Inactive replica available**.
256
256
257
257
#### Method 2
258
258
@@ -305,13 +305,13 @@ To access the PowerShell script for vault deletion, see [PowerShell script to de
305
305
306
306
#### Run the script in the PowerShell console
307
307
308
-
The script performs the following actions:
308
+
The script performs the following actions:
309
309
310
-
- Disables soft delete and security features.
311
-
- Deletes backup items.
312
-
- Unregisters servers and storage accounts.
313
-
- Deletes disaster recovery items.
314
-
- Removes private endpoints.
310
+
- Disables soft delete and security features
311
+
- Deletes backup items
312
+
- Unregisters servers and storage accounts
313
+
- Deletes disaster recovery items
314
+
- Removes private endpoints
315
315
316
316
To delete an individual backup item or write your own script, use the following PowerShell commands:
317
317
@@ -350,7 +350,7 @@ To delete an individual backup item or write your own script, use the following
350
350
351
351
[Learn more](/powershell/module/az.recoveryservices/disable-azrecoveryservicesbackupprotection) about how to disable protection for an Azure Backup-protected item.
352
352
353
-
After you delete the backed-up data, unregister any on-premises containers and management servers.
353
+
After you delete the backed-up data, unregister any on-premises containers and management servers:
354
354
355
355
- For on-premises files and folders protected by using the Azure Backup agent (MARS) backing up to Azure:
356
356
@@ -475,4 +475,4 @@ For more information on the ARMClient command, see [ARMClient README](https://gi
475
475
476
476
-[Learn about Recovery Services vaults](backup-azure-recovery-services-vault-overview.md)
477
477
-[Learn about monitoring and managing Recovery Services vaults](backup-azure-manage-windows-server.md)
478
-
-[Update the soft delete state for Recovery Services vaults by using the REST API](use-restapi-update-vault-properties.md)
478
+
-[Update the soft delete state for Recovery Services vaults by using the REST API](use-restapi-update-vault-properties.md)
0 commit comments