Skip to content

Commit e0d01a5

Browse files
Merge pull request #284138 from seesharprun/cosmos-mongodb-vcore-quickstart-portal
Cosmos DB | Update MongoDB vCore portal Quickstart
2 parents 1f95502 + 2930a24 commit e0d01a5

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: sidandrews
99
ms.service: azure-cosmos-db
1010
ms.subservice: mongodb-vcore
1111
ms.topic: quickstart
12-
ms.date: 06/20/2024
12+
ms.date: 08/08/2024
1313
---
1414

1515
# Quickstart: Create an Azure Cosmos DB for MongoDB vCore cluster by using the Azure portal
@@ -35,17 +35,15 @@ 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

48-
:::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.":::
46+
:::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.":::
4947

5048
1. On the **Scale** page, leave the options set to their default values:
5149

@@ -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 application uses. |
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

@@ -121,7 +115,7 @@ When you're done with Azure Cosmos DB for MongoDB vCore cluster, you can delete
121115

122116
1. On the resource group page, select **Delete resource group**.
123117

124-
:::image type="content" source="media/quickstart-portal/select-delete-resource-group-option.png" alt-text="Screenshot of the delete resource group option in the menu for a specific resource group.":::
118+
:::image type="content" source="media/quickstart-portal/select-delete-resource-group-option.png" alt-text="Screenshot of the 'delete resource group' option in the menu for a specific resource group.":::
125119

126120
1. In the deletion confirmation dialog, enter the name of the resource group to confirm that you intend to delete it. Finally, select **Delete** to permanently delete the resource group.
127121

0 commit comments

Comments
 (0)