Skip to content

Commit 6e208ac

Browse files
Merge pull request #299107 from anaharris-ms/reliability-region-pair-term-cleanup
[WIP] Reliability: Update to clarify "home" region in region pair
2 parents 3a325ce + 691133e commit 6e208ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/reliability/regions-paired.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can design a highly resilient solution whether you use paired regions, nonpa
2424

2525
Some Azure services use paired regions to build their multi-region geo-replication and geo-redundancy strategy. For example, [Azure geo-redundant storage](../storage/common/storage-redundancy.md#geo-redundant-storage) (GRS) can automatically replicate data to a paired region.
2626

27-
If you're in a region with a pair, then using its pair as a secondary region provides several benefits:
27+
If you're in a region that's paired, then using its pair as a secondary region provides several benefits:
2828

2929
- **Region recovery sequence**. In the unlikely event of a geography-wide outage, the recovery of one region is prioritized out of every region pair. Components that are deployed across paired regions have one of the regions prioritized for recovery.
3030
- **Sequential updating**. Planned Azure system updates are staggered across region pairs to minimize the impact of bugs or logical failures in the rare event of a faulty update, and to prevent downtime to solutions that have been designed to use paired regions together for resiliency.

articles/reliability/reliability-aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ If you need to deploy your Kubernetes workload to multiple Azure regions, you ha
167167

168168
Azure Backup has an extension that you can use to back up AKS cluster resources and persistent volumes that attach to the cluster. The Backup vault communicates with the AKS cluster through the extension to perform backup and restore operations.
169169

170-
If your AKS cluster is in a [paired region](./regions-paired.md), you can configure backups to be stored in geo-redundant storage. You can restore geo-redundant backups into the paired region.
170+
If your AKS cluster is in a [region that's paired](./regions-paired.md), you can configure backups to be stored in geo-redundant storage. You can restore geo-redundant backups into the paired region.
171171

172172
For more information, see the following articles:
173173

articles/reliability/reliability-community-training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The Microsoft Community Training team manages the entire disaster recovery proce
8181

8282

8383
>[!NOTE]
84-
> RTO depends on database and storage size, latency between the paired region. Database or storage VM capacity (SKU). RPO depends on underlying Azure resources, such as [Azure SQL](/azure/azure-sql/database/recovery-using-backups?view=azuresql&tabs=azure-portal&preserve-view=true#geo-restore-considerations) and Azure storage. For more information on RTO and RPO, see [What are business continuity, high availability, and disaster recovery?](./concept-business-continuity-high-availability-disaster-recovery.md#disaster-recovery).
84+
> RTO depends on database and storage size, and latency between the paired regions. Database or storage VM capacity (SKU). RPO depends on underlying Azure resources, such as [Azure SQL](/azure/azure-sql/database/recovery-using-backups?view=azuresql&tabs=azure-portal&preserve-view=true#geo-restore-considerations) and Azure storage. For more information on RTO and RPO, see [What are business continuity, high availability, and disaster recovery?](./concept-business-continuity-high-availability-disaster-recovery.md#disaster-recovery).
8585
8686

8787
#### Outage detection, notification, and management

0 commit comments

Comments
 (0)