Skip to content

Commit eb4ccf0

Browse files
committed
Multiple fixes
1 parent 1c6cc68 commit eb4ccf0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/cosmos-db/mongodb/vcore/quickstart-cross-region-replica-portal.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this quickstart, you create a cluster replica in another region for an Azure
2929

3030
## Create a cluster replica for a new cluster
3131

32-
Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
32+
Create a MongoDB cluster with a cluster read replica in another region by using Azure Cosmos DB for MongoDB vCore.
3333

3434
> [!TIP]
3535
> For this guide, we recommend using the resource group name ``msdocs-cosmos-quickstart-rg``.
@@ -48,12 +48,12 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
4848

4949
:::image type="content" source="media/quickstart-portal/select-resource-type.png" alt-text="Screenshot of the select resource type option page for Azure Cosmos DB for MongoDB.":::
5050

51-
1. On the **Create Azure Cosmos DB for MongoDB cluster** page, select the **Access to global distribution (preview)** option within the **Cluster tier** section.
51+
1. On the **Create Azure Cosmos DB for MongoDB cluster** page, select the **Access to global distribution (preview)** option within the **Cluster details** section.
5252

5353
:::image type="content" source="media/quickstart-cross-region-replication/select-access-to-cross-region-replication-preview.png" alt-text="Screenshot of the access to global distribution preview.":::
54-
55-
> [!IMPORTANT]
56-
> You should select **Access to global distribution (preview)** during provisioning to be able to create a preview replica cluster.
54+
55+
> [!IMPORTANT]
56+
> You should select **Access to global distribution (preview)** during provisioning to be able to create a preview replica cluster.
5757
5858
1. On the **Create Azure Cosmos DB for MongoDB cluster** page, select the **Configure** option within the **Cluster tier** section.
5959

@@ -63,19 +63,19 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
6363

6464
| Setting | Value |
6565
| --- | --- |
66-
| **Shard count** | Single shard |
67-
| **Cluster tier** | M30 Tier, 2 vCores, 8-GiB RAM |
68-
| **Storage per shard** | 128 GiB |
66+
| **Shard count** | 1 shard |
67+
| **Cluster tier** | M30 Tier, 2 vCores, 8 GiB RAM |
68+
| **Storage** | 128 GiB |
6969

70-
1. Unselect the **High availability** option. In the high availability (HA) acknowledgment section, select **I understand**. Finally, select **Save** to persist your changes to the cluster tier.
70+
1. Unselect the **High availability** option. In the high availability (HA) acknowledgment section, select **I understand**. Finally, select **Save** to persist your changes to the cluster configuration.
7171

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

7474
1. Back on the cluster page, enter the following information:
7575

7676
| Setting | Value | Description |
7777
| --- | --- | --- |
78-
| Subscription | Subscription name | Select the Azure subscription that you wish to use for this Azure Cosmos DB for MongoDB cluster. |
78+
| Subscription | Subscription name | Select the Azure subscription that you wish to use for this Azure Cosmos DB for MongoDB cluster and its replica cluster. |
7979
| Resource group | Resource group name | Select a resource group, or select **Create new**, then enter a unique name for the new resource group. |
8080
| Cluster name | A globally unique name | Enter a name to identify your Azure Cosmos DB for MongoDB cluster. The name is used as part of a fully qualified domain name (FQDN) with a suffix of *mongodbcluster.cosmos.azure.com*, so the name must be globally unique. The name can only contain lowercase letters, numbers, and the hyphen (-) character. The name must also be between 3 and 40 characters in length. |
8181
| Location | The region closest to your users | Select a geographic location to host your Azure Cosmos DB for MongoDB cluster with read and write capabilities, the primary cluster. Use the location that is closest to your users to give them the fastest access to the data. |
@@ -89,7 +89,7 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
8989

9090
1. Select **Enable** for **Read replica in another region (preview)** to create a cluster read replica as a part of this new primary cluster provisioning.
9191

92-
1. In **Read replica name**, enter a name for the cluster read replica. It should be a globally unique cluster name.
92+
1. In the **Read replica name** field, enter a name for the cluster read replica. It should be a globally unique cluster name.
9393

9494
1. Select a value from the **Read replica region** drop-down list.
9595

0 commit comments

Comments
 (0)