Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 2.84 KB

how-to-connect-studio-3t.md

File metadata and controls

57 lines (37 loc) · 2.84 KB
title titleSuffix description author ms.author ms.reviewer ms.service ms.subservice ms.topic ms.date
Use Studio 3T to connect
Azure Cosmos DB for MongoDB in vCore architecture
Connect to an Azure Cosmos DB for MongoDB (vCore architecture) account by using the Studio 3T community tool to query data.
gahl-levy
gahllevy
sidandrews
cosmos-db
mongodb-vcore
how-to
08/28/2023

Use Studio 3T to connect to Azure Cosmos DB for MongoDB (vCore)

[!INCLUDEMongoDB vCore]

Studio 3T is a professional GUI that offers IDE and client tools for MongoDB. It's a popular community tool to speed up MongoDB development with a straightforward user interface.

Prerequisites

Connect by using Studio 3T

To add your Azure Cosmos DB cluster to the Studio 3T Connection Manager, perform the following steps:

  1. Retrieve the connection information for your Azure Cosmos DB for MongoDB (vCore) instance by using these instructions.

    :::image type="content" source="./media/connect-using-robomongo/connection-string.png" alt-text="Screenshot of the pane for connection strings.":::

  2. Run the Studio 3T application.

  3. Under File, select the Connect button to manage your connections. Then, in the Connection Manager dialog, select New Connection.

  4. In the New Connection dialog, select the first option and paste your connection string. Then select Next.

    :::image type="content" source="./media/connect-using-robomongo/new-connection.png" alt-text="Screenshot of the dialog for entering connection credentials in Studio 3T.":::

  5. On the Server tab, enter a name for Connection name and double-check your connection credentials.

    :::image type="content" source="./media/connect-using-robomongo/connection-configuration.png" alt-text="Screenshot of server connection information in Studio 3T for a new connection.":::

  6. On the SSL tab, select Use SSL protocol to connect.

    :::image type="content" source="./media/connect-using-robomongo/connection-ssl.png" alt-text="Screenshot of SSL details in Studio 3T for a new connection.":::

  7. Select Test Connection to verify that you can connect, and then select Save.

Next step

[!div class="nextstepaction"] Migration options