Skip to content

Commit 14182eb

Browse files
authored
Merge pull request #100181 from markjbrown/mongo-connection-string
Update mongodb account and conn string media
2 parents 85f3968 + c037c05 commit 14182eb

File tree

8 files changed

+3
-7
lines changed

8 files changed

+3
-7
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: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
title: include file
33
description: include file
44
services: cosmos-db
5-
author: SnehaGunda
6-
ms.author: sngun
7-
ms.service: cosmos-db
8-
ms.topic: include
9-
ms.date: 12/26/2018
105
ms.custom: include file
116
---
127

@@ -21,9 +16,10 @@
2116
---|---|---
2217
Subscription|Your subscription|Select the Azure subscription that you want to use for this Azure Cosmos DB account.
2318
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.|
19+
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.
20+
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.|
2621
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.
22+
Version|3.6|Select the MongoDB wire protocol version 3.6 or for backwards compatibility, select 3.2.
2723

2824
Select **Review+Create**. You can skip the **Network** and **Tags** section.
2925

0 commit comments

Comments
 (0)