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 |
To connect to an Azure DocumentDB account with protocol support for MongoDB using Robomongo, you must:
- Download and install Robomongo
- Have your DocumentDB account with protocol support for MongoDB connection string information
To add your DocumentDB account with protocol support for MongoDB to the Robomongo MongoDB Connections, perform the following steps.
-
Retrieve your DocumentDB with protocol support for MongoDB connection information using the instructions here.
-
Run Robomongo.exe
-
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.
-
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.
-
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.
-
On the SSL tab, check Use SSL protocol, then change the Authentication Method to Self-signed Certificate.
-
Finally, click Test to verify that you are able to connect, then Save.
- Explore DocumentDB with protocol support for MongoDB samples.