|
1 | 1 | ---
|
2 | 2 | title: Connect to Azure Cosmos DB's API for MongoDB using Studio 3T
|
3 |
| -titleSuffix: Azure Cosmos DB |
4 |
| -description: Learn how to connect to Cosmos DB using Studio 3T and Azure Cosmos DB's API for MongoDB. |
| 3 | +description: Learn how to connect to an Azure Cosmos DB's API for MongoDB using Studio 3T. |
5 | 4 | ms.service: cosmos-db
|
6 | 5 | ms.subservice: cosmosdb-mongo
|
7 | 6 | ms.topic: conceptual
|
8 |
| -ms.date: 12/26/2018 |
| 7 | +ms.date: 11/01/2019 |
9 | 8 | author: sivethe
|
10 | 9 | ms.author: sivethe
|
11 | 10 | ms.custom: seodec18
|
12 | 11 | ---
|
13 |
| -# Connect to Cosmos account using Studio 3T |
| 12 | +# Connect to an Azure Cosmos account using Studio 3T |
14 | 13 |
|
15 |
| -To connect to a Cosmos account using Azure Cosmos DB's API for MongoDB, you must: |
| 14 | +To connect to an Azure Cosmos DB's API for MongoDB using Studio 3T, you must: |
16 | 15 |
|
17 |
| -* Download and install [Studio 3T](https://studio3t.com/) |
18 |
| -* Have your Cosmos DB [connection string](connect-mongodb-account.md) information |
| 16 | +* Download and install [Studio 3T](https://studio3t.com/). |
| 17 | +* Have your Azure Cosmos account's [connection string](connect-mongodb-account.md) information. |
19 | 18 |
|
20 | 19 | > [!NOTE]
|
21 |
| -> Currently, Robo 3T v1.2 and lower are supported with Cosmos DB's API for MongoDB. |
| 20 | +> Currently, Robo 3T v1.2 and lower versions are supported with Cosmos DB's API for MongoDB. |
22 | 21 |
|
23 | 22 | ## Create the connection in Studio 3T
|
24 |
| -To add your Cosmos account to the Studio 3T connection manager, perform the following steps: |
25 | 23 |
|
26 |
| -1. Retrieve the connection information for your Cosmos account configured with Azure Cosmos DB's API for MongoDB using the instructions in the [Connect a MongoDB application to Azure Cosmos DB](connect-mongodb-account.md) article. |
| 24 | +To add your Azure Cosmos account to the Studio 3T connection manager, use the following steps: |
| 25 | + |
| 26 | +1. Retrieve the connection information for your Azure Cosmos DB's API for MongoDB account using the instructions in the [Connect a MongoDB application to Azure Cosmos DB](connect-mongodb-account.md) article. |
27 | 27 |
|
28 | 28 | 
|
| 29 | + |
29 | 30 | 2. Click **Connect** to open the Connection Manager, then click **New Connection**
|
30 | 31 |
|
31 | 32 | 
|
32 |
| -3. In the **New Connection** window, on the **Server** tab, enter the HOST (FQDN) of the Azure Cosmos DB account and the PORT. |
| 33 | +3. In the **New Connection** window, on the **Server** tab, enter the HOST (FQDN) of the Azure Cosmos account and the PORT. |
33 | 34 |
|
34 | 35 | 
|
35 | 36 | 4. In the **New Connection** window, on the **Authentication** tab, choose Authentication Mode **Basic (MONGODB-CR or SCARM-SHA-1)** and enter the USERNAME and PASSWORD. Accept the default authentication db (admin) or provide your own value.
|
|
0 commit comments