Skip to content

Commit 6e570bf

Browse files
committed
try to pass acrolinx score
1 parent fc96176 commit 6e570bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/cosmos-db/high-availability.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: High availability in Azure Cosmos DB
33
description: This article describes how to build a highly available solution using Cosmos DB
4-
author: rothja
4+
author: markjbrown
55
ms.service: cosmos-db
66
ms.topic: conceptual
7-
ms.date: 11/11/2021
8-
ms.author: jroth
7+
ms.date: 02/16/2022
8+
ms.author: mjbrown
99
ms.reviewer: sngun
1010

1111
---
@@ -29,15 +29,15 @@ Refer to the [SLAs section](#slas) for the guaranteed availability SLAs.
2929

3030
## Replica outages
3131
Replica outages refer to outages of individual nodes in a Cosmos DB cluster deployed in an Azure region.
32-
Cosmos DB automatically mitigates replica outages by guaranteeing at least two replicas of your data at all times in each Azure region where your account is deployed.
33-
This results in RTO = 0 and and RPO = 0, for individual node outages, with no application changes or configurations required.
32+
Cosmos DB automatically mitigates replica outages by guaranteeing at least two replicas of your data in each Azure region for your account.
33+
This results in RTO = 0 and RPO = 0, for individual node outages, with no application changes or configurations required.
3434

3535
In many Azure regions, it is possible to distribute your Cosmos DB cluster across **availability zones**, which results increased SLAs, as availability zones are physically separate and provide distinct power source, network, and cooling. See [Availability Zones](/azure/architecture/reliability/architect).
36-
When using this option, Cosmos DB provides RTO = 0 and and RPO = 0 even in case of outages of a whole availability zone.
36+
When using this option, Cosmos DB provides RTO = 0 and RPO = 0 even in outage of a whole availability zone.
3737

38-
When deploying in a single Azure region, with no extra user input, Cosmos DB is resilient to node outages. Enabling redundancy across availability zones makes Cosmos DB resilient to entire availability zone outages at the cost of increased charges. Both SLAs and price are reported in the [SLAs section](#slas).
38+
When deploying in a single Azure region, with no extra user input, Cosmos DB is resilient to node outages. Enabling redundancy across availability zones makes Cosmos DB resilient to zone outages at the cost of increased charges. Both SLAs and price are reported in the [SLAs section](#slas).
3939

40-
Zone redundancy can only be configured when adding a new region to an Azure Cosmos account. For existing regions, zone redundancy can be enabled by removing the region then adding it back with the zone redundancy enabled. For a single region account, this requires adding one additional region to temporarily failover to, then removing and adding the desired region with zone redundancy enabled.
40+
Zone redundancy can only be configured when adding a new region to an Azure Cosmos account. For existing regions, zone redundancy can be enabled by removing the region then adding it back with the zone redundancy enabled. For a single region account, this requires adding a region to temporarily failover to, then removing and adding the desired region with zone redundancy enabled.
4141

4242
By default, a Cosmos DB account does not use multiple availability zones. You can enable deployment across multiple availability zones in the following ways:
4343

0 commit comments

Comments
 (0)