Skip to content

Commit 6f43c07

Browse files
authored
Merge pull request #107544 from onadebi/patch-1
Update overview-disaster-recovery.md
2 parents 6522dd9 + 08086db commit 6f43c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/overview-disaster-recovery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For IT, business continuity plans are largely driven by two metrics:
1919
- Recovery Time Objective (RTO) – the time duration in which your application must come back online after an outage.
2020
- Recovery Point Objective (RPO) – the acceptable amount of data loss in a disaster, expressed as a unit of time (for example, 1 minute of transactional database records).
2121

22-
Normally, maintaining an SLA around RTO is impractical for regional disasters, and you would typically design your disaster recovery strategy around RPO alone (i.e. focus on recovering data and not on minimizing interruption). With Azure, however, it's not only practical but could even be straightforward to deploy App Service for automatic geo-failovers. This lets you disaster-proof your applications further by take care of both RTO and RPO.
22+
Normally, maintaining an SLA around RTO is impractical for regional disasters, and you would typically design your disaster recovery strategy around RPO alone (i.e. focus on recovering data and not on minimizing interruption). With Azure, however, it's not only practical but could even be straightforward to deploy App Service for automatic geo-failovers. This lets you disaster-proof your applications further by taking care of both RTO and RPO.
2323

2424
Depending on your desired RTO and RPO metrics, three disaster recovery architectures are commonly used, as shown in the following table:
2525

@@ -155,4 +155,4 @@ Steps to create a passive-cold region without GRS and GZRS are summarized as fol
155155
156156
## Next steps
157157
158-
[Tutorial: Create a highly available multi-region app in Azure App Service](tutorial-multi-region-app.md)
158+
[Tutorial: Create a highly available multi-region app in Azure App Service](tutorial-multi-region-app.md)

0 commit comments

Comments
 (0)