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-portal.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,12 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
35
35
36
36
1. On the **New** page, search for and select **Azure Cosmos DB**.
37
37
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.
39
39
40
40
:::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.":::
41
41
42
42
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).
43
43
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
-
46
44
1. On the **Create Azure Cosmos DB for MongoDB cluster** page, select the **Configure** option within the **Cluster tier** section.
47
45
48
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.":::
@@ -55,11 +53,7 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
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.
63
57
64
58
1. Back on the cluster page, enter the following information:
65
59
@@ -69,7 +63,7 @@ Create a MongoDB cluster by using Azure Cosmos DB for MongoDB vCore.
69
63
| Resource group | Resource group name | Select a resource group, or select **Create new**, then enter a unique name for the new resource group. |
70
64
| 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. |
71
65
| 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. |
73
67
| Admin username | Provide a username to access the cluster | This user is created on the cluster as a user administrator. |
74
68
| Password | Use a unique password to pair with the username | Password must be at least eight characters and at most 128 characters. |
0 commit comments