Skip to content

Commit 0db568e

Browse files
author
AbhishekMallick-MS
committed
addressed peer-review inputs
1 parent a7d5ae9 commit 0db568e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/backup/automation-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Automation in Azure Backup
33
description: Provides a summary of automation capabilities offered by Azure Backup.
44
ms.topic: conceptual
5-
ms.date: 09/15/2022
5+
ms.date: 03/21/2024
66
ms.service: backup
77
ms.custom: engagement-fy23
88
author: AbhishekMallick-MS
@@ -61,7 +61,7 @@ See the [sample ARG queries](query-backups-using-azure-resource-graph.md#sample-
6161

6262
### Automate responses/actions
6363

64-
The automation of responses for transient Backup job failures helps you ensure that you've the right number of reliable backups to restore from. This also helps to avoid unintentional breaches in your [RPO](azure-backup-glossary.md#rpo-recovery-point-objective).
64+
The automation of responses for transient Backup job failures helps you ensure that you've the right number of reliable backups to restore from. This also helps to avoid unintentional breaches in your [RPO](azure-backup-glossary.md#recovery-point-objective-rpo).
6565

6666
You can set up a workflow to retry Backup jobs using a combination of Azure Automation Runbooks, PowerShell, and ARG. This helps in scenarios where Backup jobs have failed due to transient error or planned/unplanned outage.
6767

articles/backup/azure-backup-glossary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,15 +259,15 @@ A user-defined rule that specifies how long backups should be retained.
259259

260260
## Recovery Point Objective (RPO)
261261

262-
PO indicates the maximum acceptable amount of data-loss measured in time. For example, if a disaster occurs at *12:00 PM* and the last backup was at *10:00 AM*, the RPO is *two hours*. This means that the organization is willing to accept losing two hours’ worth of data.
262+
RPO indicates the maximum acceptable amount of data loss measured in time. For example, if a disaster occurs at *12:00 PM* and the last backup was at *10:00 AM*, the RPO is *two hours*. This means that the organization is willing to accept losing two hours’ worth of data.
263263

264264
## Recovery Time Objective (RTO)
265265

266-
RTO is the target time within which a business process must be restored after a disaster occurs to avoid unacceptable consequences. For instance, if a critical application goes down due to a server failure, and the business can only tolerate a *maximum of four hours of downtime*, then the RTO is *four hours*.
266+
RTO is the target time within which a business process must be restored after a disaster occurs to avoid unacceptable consequences. For instance, if a critical application goes down due to a server failure and the business can only tolerate a *maximum of four hours of downtime*, then the RTO is *four hours*.
267267

268-
The following example scenario describes both RPO and RTO concepts:
268+
The following example scenario describes both the RPO and RTO concepts:
269269

270-
Your company has an RPO of *1 hour* for your customer database, which means you perform backups every hour. If a data loss incident occurs, you'll lose not more than *one hour of data*. When you set RTO to *3 hours*, then in the event of a system failure, you aim to restore access to the database within 3 hours to minimize impact on operations.
270+
Your organization has an RPO of *one hour* for your customer database, which means you perform backups every hour. If a data loss incident occurs, you'll lose not more than *one hour of data*. When you set RTO to *three hours*, then in the event of a system failure, you aim to restore access to the database within three hours to minimize the impact on operations.
271271

272272
## Scheduled backup
273273

articles/backup/backup-azure-arm-restore-vms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Restore VMs by using the Azure portal
33
description: Restore an Azure virtual machine from a recovery point by using the Azure portal, including the Cross Region Restore feature.
44
ms.reviewer: nikhilsarode
55
ms.topic: how-to
6-
ms.date: 01/22/2024
6+
ms.date: 03/21/2024
77
ms.service: backup
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
@@ -220,7 +220,7 @@ If CRR is enabled, you can view the backup items in the secondary region.
220220

221221
The secondary region restore user experience will be similar to the primary region restore user experience. When configuring details in the Restore Configuration pane to configure your restore, you'll be prompted to provide only secondary region parameters.
222222

223-
Currently, secondary region [RPO](azure-backup-glossary.md#rpo-recovery-point-objective) is _36 hours_. This is because the RPO in the primary region is _24 hours_ and can take up to _12 hours_ to replicate the backup data from the primary to the secondary region.
223+
Currently, secondary region [RPO](azure-backup-glossary.md#recovery-point-objective-rpo) is _36 hours_. This is because the RPO in the primary region is _24 hours_ and can take up to _12 hours_ to replicate the backup data from the primary to the secondary region.
224224

225225
![Choose VM to restore](./media/backup-azure-arm-restore-vms/sec-restore.png)
226226

0 commit comments

Comments
 (0)