Skip to content

Commit 67f3e2a

Browse files
committed
Merge branch 'patch-80' of https://github.com/gahl-levy/azure-docs-pr into cosmos-mongodb-vcore-quickstart-portal
2 parents 52ea474 + 7a85fb4 commit 67f3e2a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,12 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
3535

3636
1. On the **New** page, search for and select **Azure Cosmos DB**.
3737

38-
1. On the **Which API best suits your workload?** page, select the **Create** option within the **Azure Cosmos DB for MongoDB** section. For more information, see [API for MongoDB and it's various models](../choose-model.md).
38+
1. On the **Which API best suits your workload?** page, select the **Create** option within the **Azure Cosmos DB for MongoDB** section.
3939

4040
:::image type="content" source="media/quickstart-portal/select-api-option.png" lightbox="media/quickstart-portal/select-api-option.png" alt-text="Screenshot of the select API option page for Azure Cosmos DB.":::
4141

4242
1. On the **Which type of resource?** page, select the **Create** option within the **vCore cluster** section. For more information, see [API for MongoDB vCore overview](introduction.md).
4343

44-
:::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.":::
45-
4644
1. On the **Create Azure Cosmos DB for MongoDB cluster** page, select the **Configure** option within the **Cluster tier** section.
4745

4846
:::image type="content" source="media/quickstart-portal/select-cluster-option.png" alt-text="Screenshot of the configure cluster option for a new Azure Cosmos DB for MongoDB cluster.":::
@@ -55,11 +53,7 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
5553
| **Cluster tier** | M30 Tier, 2 vCores, 8-GiB RAM |
5654
| **Storage per shard** | 128 GiB |
5755

58-
1. Unselect **High availability** option. In the high availability (HA) acknowledgment section, select **I understand**. Finally, select **Save** to persist your changes to the cluster tier.
59-
60-
:::image type="content" source="media/quickstart-portal/configure-scale.png" alt-text="Screenshot of cluster tier and scale options for a cluster.":::
61-
62-
You can always turn HA on after cluster creation for another layer of protection from failures.
56+
1. Select the **High availability** option if this cluster will be used for production workloads. If not, in the high availability (HA) acknowledgment section, select **I understand**. Finally, select **Save** to persist your changes to the cluster tier.
6357

6458
1. Back on the cluster page, enter the following information:
6559

@@ -69,7 +63,7 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
6963
| Resource group | Resource group name | Select a resource group, or select **Create new**, then enter a unique name for the new resource group. |
7064
| Cluster name | A 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 *mongocluster.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. |
7165
| Location | The region closest to your users | Select a geographic location to host your Azure Cosmos DB for MongoDB cluster. Use the location that is closest to your users to give them the fastest access to the data. |
72-
| MongoDB version | Version of MongoDB to run in your cluster | This value is set to a default of the latest available MongoDB version. |
66+
| MongoDB version | Version of MongoDB to run in your cluster | This controls the mongo version your applications will use. |
7367
| Admin username | Provide a username to access the cluster | This user is created on the cluster as a user administrator. |
7468
| Password | Use a unique password to pair with the username | Password must be at least eight characters and at most 128 characters. |
7569

0 commit comments

Comments
 (0)