Skip to content

Commit 3932791

Browse files
committed
touchup
1 parent a81efb4 commit 3932791

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

includes/cosmos-db-create-dbaccount-mongodb.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
Setting|Value|Description
2121
---|---|---
2222
Subscription|Your subscription|Select the Azure subscription that you want to use for this Azure Cosmos DB account.
23-
Resource Group|Create new<br><br>Then enter the same unique name as provided in ID|Select **Create new**. Then enter a new resource-group name for your account. For simplicity, use the same name as your ID.
24-
Account Name|Enter a unique name|Enter a unique name to identify your Azure Cosmos DB account. Because *mongo.cosmos.azure.com* is appended to the ID that you provide to create your URI, use a unique ID.<br><br>The ID can use only lowercase letters, numbers, and the hyphen (-) character. It must be between 3 and 31 characters in length.
25-
API|Azure Cosmos DB's API for MongoDB|The API determines the type of account to create. Azure Cosmos DB provides five APIs: Core (SQL) for document databases, Gremlin for graph databases, Azure Cosmos DB for Mongo DB API for document databases, Azure Table, and Cassandra. Currently, you must create a separate account for each API. <br><br>Select **Azure Cosmos DB for Mongo DB API** because in this quickstart you are creating a collection that works with MongoDB.<br><br>[Learn more about Azure Cosmos DB for MongoDB API](../articles/cosmos-db/mongodb-introduction.md).|
26-
Location|Select the region closest to your users|Select a geographic location to host your Azure Cosmos DB account. Use the location that's closest to your users to give them the fastest access to the data.
27-
Version|3.6|Select the MongoDB wire protocol version 3.6 or for backwards compatibility, select 3.2.
23+
Resource Group|Create new<br><br>Then enter the same name as Account Name|Select **Create new**. Then enter a new resource group name for your account. For simplicity, use the same name as your Azure Cosmos DB account name.
24+
Account Name|Enter a unique name|Enter a unique name to identify your Azure Cosmos DB account. Your account URI will be *mongo.cosmos.azure.com* appended to your unique account name.<br><br>The account name can use only lowercase letters, numbers, and hyphens (-), and must be between 3 and 31 characters long.
25+
API|Azure Cosmos DB for Mongo DB API|The API determines the type of account to create. Azure Cosmos DB provides five APIs: Core (SQL) for document databases, Gremlin for graph databases, Azure Cosmos DB for Mongo DB API for document databases, Azure Table, and Cassandra. Currently, you must create a separate account for each API. <br><br>Select **Azure Cosmos DB for Mongo DB API** because in this quickstart you are creating a collection that works with MongoDB.<br><br>[Learn more about Azure Cosmos DB for MongoDB API](../articles/cosmos-db/mongodb-introduction.md).|
26+
Location|Select the region closest to your users|Select a geographic location to host your Azure Cosmos DB account. Use the location that's closest to your users to give them the fastest access to the data.|
2827

2928
Select **Review+Create**. You can skip the **Network** and **Tags** section.
3029

0 commit comments

Comments
 (0)