Skip to content

Commit b8b5f85

Browse files
Merge pull request #269739 from AbhishekMallick-MS/Mar-20-2024-MVP
Addressed MVP inputs - RPO and RTO definition updates
2 parents 199b401 + 0db568e commit b8b5f85

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
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: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article defines terms helpful for use with Azure Backup.
44
ms.topic: conceptual
55
ms.service: backup
66
ms.custom: devx-track-azurepowershell, devx-track-arm-template, devx-track-azurecli, engagement-fy24
7-
ms.date: 01/22/2024
7+
ms.date: 03/21/2024
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
1010
---
@@ -257,13 +257,17 @@ Refer to the [Azure REST API documentation](/rest/api/azure/).
257257

258258
A user-defined rule that specifies how long backups should be retained.
259259

260-
## RPO (Recovery Point Objective)
260+
## Recovery Point Objective (RPO)
261261

262-
RPO indicates the maximum data loss that is possible in a data-loss scenario. This is determined by backup frequency.
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

264-
## RTO (Recovery Time Objective)
264+
## Recovery Time Objective (RTO)
265265

266-
RTO indicates the maximum possible time in which data can be restored to the last available point-in-time after a data loss scenario.
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*.
267+
268+
The following example scenario describes both the RPO and RTO concepts:
269+
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.
267271

268272
## Scheduled backup
269273

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)