Skip to content

Commit a81efb4

Browse files
committed
fix
1 parent 99041a9 commit a81efb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cosmos-db/create-mongodb-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.custom: seo-javascript-september2019, seo-javascript-october2019
2222
> * [Golang](create-mongodb-golang.md)
2323
>
2424
25-
In this quickstart, you create and manage an Azure Cosmos DB for Mongo DB API account by using the Azure Cloud Shell, and from a MEAN (MongoDB, Express, Angular, and Node.js) app cloned from GitHub. Azure Cosmos DB is a multi-model database service that lets you quickly create and query document, table, key-value, and graph databases with global distribution and horizontal scale capabilities.
25+
In this quickstart, you create and manage an Azure Cosmos DB for Mongo DB API account by using the Azure Cloud Shell, and with a MEAN (MongoDB, Express, Angular, and Node.js) app cloned from GitHub. Azure Cosmos DB is a multi-model database service that lets you quickly create and query document, table, key-value, and graph databases with global distribution and horizontal scale capabilities.
2626

2727
## Prerequisites
2828
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio). Or [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription. You can also use the [Azure Cosmos DB Emulator](https://aka.ms/cosmosdb-emulator) with the connection string `.mongodb://localhost:C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==@localhost:10255/admin?ssl=true`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Subscription|Your subscription|Select the Azure subscription that you want to use for this Azure Cosmos DB account.
2323
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.
2424
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](../cosmos-db/mongodb-introduction.md).|
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).|
2626
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.
2727
Version|3.6|Select the MongoDB wire protocol version 3.6 or for backwards compatibility, select 3.2.
2828

0 commit comments

Comments
 (0)