Skip to content

Commit e51ea5d

Browse files
committed
edit pass: recovery-services-vaults
1 parent 9b7d8da commit e51ea5d

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ After you relocate your resources to the new region, you can choose to either ke
3737
- Azure Virtual Network.
3838
- Recovery Services vault.
3939

40-
- Whether the VM is moved with the vault or not, you can always restore the VM from the retained backup history in the vault.
40+
- Restore the VM from the retained backup history in the vault, if necessary. You can always perform this task whether the VM is moved with the vault or not.
4141
- Copy the backup VM configuration metadata to validate after the relocation is finished.
4242
- Confirm that all services and features that are in use by the source vault are supported in the target region.
4343

@@ -79,12 +79,12 @@ To continue to protect your resources, you must register and back them up to a R
7979

8080
- [Azure VMs](#back-up-azure-virtual-machine)
8181
- [Azure file shares](#back-up-azure-file-share)
82-
- [SQL Server/SAP HANA in Azure VM](#back-up-sql-serversap-hana-in-azure-vm)
82+
- [SQL Server/SAP HANA in an Azure VM](#back-up-sql-serversap-hana-in-azure-vm)
8383
- [On-premises resources](#back-up-services-for-on-premises-resources)
8484

8585
### Back up an Azure VM
8686

87-
When an Azure VM protected by a Recovery Services vault is moved from one region to another, it can no longer be backed up to the older vault. The backups in the old vault might start failing with the errors `BCMV2VMNotFound` or [`ResourceNotFound`](../../../backup/backup-azure-vms-troubleshoot.md#320001-resourcenotfound---could-not-perform-the-operation-as-vm-no-longer-exists--400094-bcmv2vmnotfound---the-virtual-machine-doesnt-exist--an-azure-virtual-machine-wasnt-found).
87+
When an Azure VM protected by a Recovery Services vault is moved from one region to another, it can no longer be backed up to the older vault. The backups in the old vault might start failing with the errors `BCMV2VMNotFound` or [ResourceNotFound](../../../backup/backup-azure-vms-troubleshoot.md#320001-resourcenotfound---could-not-perform-the-operation-as-vm-no-longer-exists--400094-bcmv2vmnotfound---the-virtual-machine-doesnt-exist--an-azure-virtual-machine-wasnt-found).
8888

8989
You can also choose to write a customized script for bulk VM protection:
9090

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,11 @@ To access the PowerShell script for vault deletion, see [PowerShell script to de
307307
308308
The script performs the following actions:
309309
310-
1. Disables soft delete and security features.
311-
1. Deletes backup items.
312-
1. Unregisters servers and storage accounts.
313-
1. Deletes disaster recovery items.
314-
1. 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

articles/backup/backup-azure-manage-windows-server.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ To monitor alerts or view management data about a Recovery Services vault, open
5151

5252
## Monitor Backup jobs and alerts
5353

54-
The Recovery Services vault **Overview** dashboard provides tiles for monitoring and use information. The tiles in the **Monitoring** section show **Critical** and **Warning** alerts and **In progress** and **Failed** jobs. Select a particular alert or job to open the **Backup Alerts** or **Backup Jobs** menu, filtered for that job or alert.
54+
The Recovery Services vault **Overview** dashboard provides tiles for monitoring and use information. The tiles in the **Monitoring** section show **Critical** and **Warning** alerts and **In progress** and **Failed** jobs. Select a particular alert or job to open the **Backup Alerts** or **Backup Jobs** menu filtered for that job or alert.
5555

5656
![Screenshot that shows the Backup dashboard tasks.](./media/backup-azure-manage-windows-server/monitor-dashboard-tiles-warning.png)
5757

5858
[!INCLUDE [Classic alerts deprecation for Azure Backup.](../../includes/backup-azure-classic-alerts-deprecation.md)]
5959

60-
The **Monitoring** section shows the results of predefined **Backup Alerts** and **Backup Jobs** queries. The **Monitoring** tiles provide up-to-date information about:
60+
The **Monitoring** section shows the results of predefined Backup alerts and Backup jobs queries. The **Monitoring** tiles provide up-to-date information about:
6161

6262
* **Critical** and **Warning** alerts for Backup jobs in the last 24 hours.
6363
* Precheck status for Azure VMs. For complete information on the precheck status, see [Backup Pre-Check Status](#backup-pre-check-status).
@@ -79,18 +79,18 @@ To see the details of classic alerts, select the **Backup Alerts** tile.
7979
8080
### Backup Pre-Check Status
8181

82-
Backup Pre-Checks check your VM configuration for issues that can adversely affect backups. They aggregate this information so that you can view it directly from the Recovery Services vault dashboard and provide recommendations for corrective measures to ensure successful file-consistent or application-consistent backups. They require no infrastructure and have no other cost.
82+
Backup prechecks assess your VM configuration for issues that can adversely affect backups. They aggregate this information so that you can view it directly from the Recovery Services vault dashboard and provide recommendations for corrective measures to ensure successful file-consistent or application-consistent backups. They require no infrastructure and have no other cost.
8383

84-
Backup Pre-Checks run as part of the scheduled backup operations for your Azure VMs. They conclude with one of the following states:
84+
Backup prechecks run as part of the scheduled backup operations for your Azure VMs. They conclude with one of the following states:
8585

8686
* **Passed**: This state indicates that your VM's configuration should lead to successful backups and no corrective action needs to be taken.
8787
* **Warning**: This state indicates one or more issues in the VM's configuration that *might* lead to backup failures. It provides *recommended* steps to ensure successful backups. For example, not having the latest VM Agent installed can cause backups to fail intermittently. This situation provides a Warning state.
8888
* **Critical**: This state indicates one or more critical issues in the VM's configuration that *will* lead to backup failures and provides *required* steps to ensure successful backups. For example, a network issue caused by an update to the network security group rules of a VM causes backups to fail. It prevents the VM from communicating with Azure Backup. This situation provides a Critical state.
8989

90-
Follow these steps to start resolving any issues reported by Backup Pre-Checks for VM backups on your Recovery Services vault:
90+
Follow these steps to start resolving any issues reported by Backup prechecks for VM backups on your Recovery Services vault:
9191

9292
* Select the **Backup Pre-Check Status (Azure VMs)** tile on the Recovery Services vault dashboard.
93-
* Select any VM with a Backup Pre-Check status of either **Critical** or **Warning** to open the **VM details** pane.
93+
* Select any VM with a Backup precheck status of either **Critical** or **Warning** to open the **VM details** pane.
9494
* Select the pane notification at the top of the pane to reveal the configuration issue description and remedial steps.
9595

9696
## Manage Backup alerts
@@ -123,7 +123,7 @@ To explore a specific type of protected instance, select the item in the Backup
123123
The list of VMs has data like:
124124

125125
- The associated resource group.
126-
- Previous [Backup Pre-Check](#backup-pre-check-status).
126+
- Previous [Backup precheck](#backup-pre-check-status).
127127
- Last backup status.
128128
- Date of the most recent restore point.
129129

0 commit comments

Comments
 (0)