Skip to content

Commit 8199858

Browse files
committed
edit
1 parent 7b17e9d commit 8199858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/reliability/reliability-cosmos-mongodb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ms.reviewer: sidandrews
77
ms.service: cosmos-db
88
ms.subservice: mongodb
99
ms.topic: conceptual
10-
ms.date: 0215/2024
10+
ms.date: 02/15/2024
1111
ms.custom: references_regions, subject-reliability
1212
CustomerIntent: As a cloud architect/engineer, I need general guidance reliability in Azure Cosmos DB for MongoDB vCore
1313
---
1414

1515
# Reliability in Azure Cosmos DB for MongoDB vCore
1616

17-
[!INCLUDE[MongoDB vCore](/cosmos-db/includes/appliesto-mongodb-vcore)]
17+
[!INCLUDE[MongoDB vCore](../cosmos-db/includes/appliesto-mongodb-vcore.md)]
1818

1919
This article contains detailed information on regional resiliency with [availability zones](#availability-zone-support) and [cross-region disaster recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity) for Azure Cosmos DB for MongoDB vCore.
2020

@@ -31,7 +31,7 @@ HA avoids database downtime by maintaining standby replicas of every shard in a
3131

3232
When HA is enabled in a region that supports availability zones, HA replica shards are provisioned in a different availability zone from their primary shards. HA replicas don't receive requests from clients unless their primary shard fails.
3333

34-
If HA is disabled, each shard has its own locally redundant storage (LRS) with three synchronous replicas maintained by Azure Storage service. If there's a single replica failure, the Azure Storage service detects the failure, and transparently re-creates the relevant data. For LRS storage durability, see [Summary of redundancy options](/storage/common/storage-redundancy#summary-of-redundancy-options). However, in the case of a region failure, you run the risk of extensive downtime and possible data loss.
34+
If HA is disabled, each shard has its own locally redundant storage (LRS) with three synchronous replicas maintained by Azure Storage service. If there's a single replica failure, the Azure Storage service detects the failure, and transparently re-creates the relevant data. For LRS storage durability, see [Summary of redundancy options](/azure/storage/common/storage-redundancy#summary-of-redundancy-options). However, in the case of a region failure, you run the risk of extensive downtime and possible data loss.
3535

3636

3737
### Prerequisites

0 commit comments

Comments
 (0)