Skip to content

Commit d797ca5

Browse files
committed
Update mongodb account and conn string media
1 parent 3f0175e commit d797ca5

File tree

8 files changed

+6
-5
lines changed

8 files changed

+6
-5
lines changed
9.64 KB
Loading
-84.9 KB
Loading
6.14 KB
Loading
-144 KB
Loading
9.64 KB
Loading
21.2 KB
Loading
38 KB
Loading

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: include file
33
description: include file
44
services: cosmos-db
5-
author: rimman
5+
author: markjbrown
66
ms.service: cosmos-db
77
ms.topic: include
8-
ms.date: 12/26/2018
9-
ms.author: rimman
8+
ms.date: 01/06/2020
9+
ms.author: mjbrown
1010
ms.custom: include file
1111
---
1212

@@ -21,9 +21,10 @@
2121
---|---|---
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.
24-
Account Name|Enter a unique name|Enter a unique name to identify your Azure Cosmos DB account. Because *documents.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's API MongoDB for document databases, Azure Table, and Cassandra. Currently, you must create a separate account for each API. <br><br>Select **MongoDB** because in this quickstart you are creating a table that works with the MongoDB.|
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's API MongoDB for document databases, Azure Table, and Cassandra. Currently, you must create a separate account for each API. <br><br>Select **MongoDB** because in this quickstart you are creating a collection that works with MongoDB.|
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.
27+
Versrion|3.6|Select the MongoDB wire protocol version 3.6 or for backwards compatibility, select 3.2.
2728

2829
Select **Review+Create**. You can skip the **Network** and **Tags** section.
2930

0 commit comments

Comments
 (0)