Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.58 KB

documentdb-mongodb-robomongo.md

File metadata and controls

50 lines (38 loc) · 2.58 KB
title description keywords services author manager editor documentationcenter ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Use Robomongo with an Azure DocumentDB account with protocol support for MongoDB | Microsoft Docs
Learn how to use Robomongo with a DocumentDB account with protocol support for MongoDB, now available for preview.
robomongo
documentdb
AndrewHoh
jhubbard
352c5fb9-8772-4c5f-87ac-74885e63ecac
documentdb
data-services
na
na
article
11/29/2016
anhoh

Use Robomongo with a DocumentDB account with protocol support for MongoDB

To connect to an Azure DocumentDB account with protocol support for MongoDB using Robomongo, you must:

Connect using Robomongo

To add your DocumentDB account with protocol support for MongoDB to the Robomongo MongoDB Connections, perform the following steps.

  1. Retrieve your DocumentDB with protocol support for MongoDB connection information using the instructions here.

    Screen shot of the connection string blade

  2. Run Robomongo.exe

  3. Click the connection button under File to manage your connections. Then, click Create in the MongoDB Connections window, which will open up the Connection Settings window.

  4. In the Connection Settings window, choose a name. Then, find the Host and Port from your connection information in Step 1 and enter them into Address and Port, respectively.

    Screen shot of the Robomongo Manage Connections

  5. On the Authentication tab, click Perform authentication. Then, enter your Database (default is Admin), User Name and Password. Both User Name and Password can be found in your connection information in Step 1.

    Screen shot of the Robomongo Authentication Tab

  6. On the SSL tab, check Use SSL protocol, then change the Authentication Method to Self-signed Certificate.

    Screen shot of the Robomongo SSL Tab

  7. Finally, click Test to verify that you are able to connect, then Save.

Next steps

  • Explore DocumentDB with protocol support for MongoDB samples.