Skip to content

Commit 44aa434

Browse files
committed
Merge branch 'recovery-services-vaults' of https://github.com/paulth1/azure-docs-pr into recovery-services-vaults
2 parents 05576c2 + 962a1e0 commit 44aa434

3 files changed

Lines changed: 20 additions & 15 deletions

File tree

articles/azure-resource-manager/management/relocation/relocation-backup.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Make sure to reconfigure all associated settings that were captured from the sou
7373
- Workbook to move, if configured.
7474
- Diagnostic settings reconfiguration.
7575

76-
## Backup resources
76+
## Back up resources
7777

7878
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:
7979

@@ -116,10 +116,15 @@ https://management.azure.com/Subscriptions/{subscriptionId}/resourceGroups/{vaul
116116
### Back up Azure file shares
117117

118118
1. [Back up Azure file shares with the Azure CLI](../../../backup/backup-afs-cli.md).
119+
119120
1. Satisfy the [prerequisites to relocate the storage account](../../../storage/common/storage-account-move.md?tabs=azure-portal#prerequisites).
121+
120122
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+
121124
1. [Relocate the Azure Storage account to another region](../../../storage/common/storage-account-move.md).
125+
122126
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+
123128
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.
124129

125130
> [!NOTE]

articles/backup/backup-azure-delete-vault.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To delete a vault, follow these steps:
7979
8080
- <a id="portal-delete-backup-servers">**Step 5:**</a> Delete backup servers.
8181

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:
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:
8383

8484
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**.
8585

@@ -109,7 +109,7 @@ First, read the [Before you start](#before-you-start) section to understand the
109109

110110
To stop protection and delete the backup data, follow these steps:
111111

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).
113113

114114
:::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":::
115115

@@ -252,7 +252,7 @@ To stop protection and delete backup data, follow these steps:
252252

253253
![Screenshot that shows entering the security PIN to delete backup items from the MABS and DPM management console.](./media/backup-azure-delete-vault/enter-security-pin.png)
254254

255-
The protected member status changes to *Inactive replica available*.
255+
The protected member status changes to **Inactive replica available**.
256256

257257
#### Method 2
258258

@@ -305,13 +305,13 @@ To access the PowerShell script for vault deletion, see [PowerShell script to de
305305
306306
#### Run the script in the PowerShell console
307307
308-
The script performs the following actions:
308+
The script performs the following actions:
309309
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
315315
316316
To delete an individual backup item or write your own script, use the following PowerShell commands:
317317
@@ -350,7 +350,7 @@ To delete an individual backup item or write your own script, use the following
350350
351351
[Learn more](/powershell/module/az.recoveryservices/disable-azrecoveryservicesbackupprotection) about how to disable protection for an Azure Backup-protected item.
352352
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:
354354
355355
- For on-premises files and folders protected by using the Azure Backup agent (MARS) backing up to Azure:
356356
@@ -475,4 +475,4 @@ For more information on the ARMClient command, see [ARMClient README](https://gi
475475

476476
- [Learn about Recovery Services vaults](backup-azure-recovery-services-vault-overview.md)
477477
- [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)

articles/backup/backup-create-recovery-services-vault.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ If you need to keep the current protected data in the GRS vault and continue the
157157

158158
## Related content
159159

160-
- [Learn more about Recovery Services vaults](backup-azure-recovery-services-vault-overview.md).
161-
- [Delete Recovery Services vaults](backup-azure-delete-vault.md).
162-
- [Update the soft delete state for a Recovery Services vault by using a REST API](use-restapi-update-vault-properties.md).
160+
- [Learn more about Recovery Services vaults](backup-azure-recovery-services-vault-overview.md)
161+
- [Delete Recovery Services vaults](backup-azure-delete-vault.md)
162+
- [Update the soft delete state for a Recovery Services vault by using a REST API](use-restapi-update-vault-properties.md)

0 commit comments

Comments
 (0)