Azure – Can’t connect to Azure DocumentDB using MongoDB Compass or MongoVUE

azuremongodb

I've created a DocumentDB instance on Microsoft Azure, but I'm unable to connect to it from MongoDB Compass (or MongoVUE). In MongoDB Compass, I've entered all of the connection parameters and it is logging in, however then it opens a windows which just sits there with a loading icon forever. I can connect to a MongoDB instance on the local machine, so I know that works. Is MongoDB Compass incompatible with DocumentDB for some reason? Is there another tool that I can use to connect and browse my DocumentDB instance?
screenshot

Best Answer

MongoVUE uses an outdated version of MongoDb drivers,and I'm guessing it doesn't support ssl. I also cannot connect using MongoVUE. I also cannot use MongoDB Compass. With Robomongo and MongoBooster I can connect.

Be sure to en able SSL with self signed Certificate.

see screenshot

Related Topic