Skip to content

Commit 6aee10c

Browse files
committed
Bunch of HA cross-links across multiple pages.
1 parent 480bc6d commit 6aee10c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/cosmos-db/mongodb/vcore/high-availability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ms.author: nlarin
77
ms.service: cosmos-db
88
ms.subservice: mongodb-vcore
99
ms.topic: conceptual
10-
ms.date: 06/12/2024
10+
ms.date: 06/20/2024
1111
---
1212

1313
# High availability in Azure Cosmos DB for MongoDB vCore
1414

1515
[!INCLUDE[MongoDB vCore](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb-vcore.md)]
1616

17-
High availability (HA) avoids database downtime by maintaining standby replicas
17+
In-region high availability (HA) avoids database downtime by maintaining standby replicas
1818
of every shard in a cluster. If a shard becomes unresponsive for any reason, Azure Cosmos DB for MongoDB vCore
1919
switches incoming connections from the failed shard to its standby. When failover
2020
happens promoted shards always have fresh data through synchronous replication.

articles/cosmos-db/mongodb/vcore/how-to-scale-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: mongodb-vcore
1010
ms.topic: how-to
11-
ms.date: 08/28/2023
11+
ms.date: 06/20/2024
1212
---
1313

1414
# Scaling and configuring Your Azure Cosmos DB for MongoDB vCore cluster
@@ -66,7 +66,7 @@ You can increase the storage size to give your database more room to grow. For e
6666

6767
## Enable or disable high availability
6868

69-
You can enable or disable high availability (HA) to suit your needs. HA avoids database downtime by maintaining replica shards of every primary shard in a cluster. If a primary shard goes down, incoming connections are automatically redirected to its replica shard, ensuring that there's minimal downtime.
69+
You can enable or disable [high availability (HA)](./high-availability.md) to suit your needs. HA avoids database downtime by maintaining replica shards of every primary shard in a cluster. If a primary shard goes down, incoming connections are automatically redirected to its replica shard, ensuring that there's minimal downtime.
7070

7171
1. To enable or disable HA, toggle the checkbox option.
7272

articles/cosmos-db/mongodb/vcore/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: mongodb-vcore
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: overview
13-
ms.date: 08/28/2023
13+
ms.date: 06/20/2024
1414
---
1515

1616
# What is Azure Cosmos DB for MongoDB (vCore architecture)?
@@ -30,7 +30,7 @@ Developers can rest easy knowing that they have access to one unified support te
3030

3131
## Low total cost of ownership (TCO)
3232

33-
Azure Cosmos DB for MongoDB's scalable architecture is designed to deliver the best performance and cost efficiency for your workloads. Visit the [pricing page](https://azure.microsoft.com/pricing/details/cosmos-db/) to learn more about pricing for each cluster tier or price out a cluster in the Azure portal. With optional high availability (HA), there's no need to pay for resources you don't need for workloads such as development and testing. With HA disabled, cost savings are passed on to you in the form of a reduced per-hour cost.
33+
Azure Cosmos DB for MongoDB's scalable architecture is designed to deliver the best performance and cost efficiency for your workloads. Visit the [pricing page](https://azure.microsoft.com/pricing/details/cosmos-db/) to learn more about pricing for each cluster tier or price out a cluster in the Azure portal. With optional [in-region high availability (HA)](./high-availability.md), there's no need to pay for resources you don't need for workloads such as development and testing. With HA disabled, cost savings are passed on to you in the form of a reduced per-hour cost.
3434

3535
Here are the current tiers for the service:
3636

articles/cosmos-db/mongodb/vcore/quickstart-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
5959

6060
:::image type="content" source="media/quickstart-portal/configure-scale.png" alt-text="Screenshot of cluster tier and scale options for a cluster.":::
6161

62-
You can always turn HA on after cluster creation for additional layer of protection from failures.
62+
You can always turn HA on after cluster creation for another layer of protection from failures.
6363

6464
1. Back on the cluster page, enter the following information:
6565

0 commit comments

Comments
 (0)