You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/mongodb/vcore/quickstart-cross-region-replica-portal.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ In this quickstart, you create a cluster replica in another region for an Azure
29
29
30
30
## Create a cluster replica for a new cluster
31
31
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.
33
33
34
34
> [!TIP]
35
35
> 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.
48
48
49
49
:::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.":::
50
50
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.
52
52
53
53
:::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.
57
57
58
58
1. On the **Create Azure Cosmos DB for MongoDB cluster** page, select the **Configure** option within the **Cluster tier** section.
59
59
@@ -63,19 +63,19 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
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.
71
71
72
72
:::image type="content" source="media/quickstart-portal/configure-scale.png" alt-text="Screenshot of cluster tier and scale options for a cluster.":::
73
73
74
74
1. Back on the cluster page, enter the following information:
75
75
76
76
| Setting | Value | Description |
77
77
| --- | --- | --- |
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. |
79
79
| Resource group | Resource group name | Select a resource group, or select **Create new**, then enter a unique name for the new resource group. |
80
80
| 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. |
81
81
| 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.
89
89
90
90
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.
91
91
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.
93
93
94
94
1. Select a value from the **Read replica region** drop-down list.
0 commit comments