In my app i'm using node with mongoose to connect to MongoDB. The MongoDB instance is in Azure. I'm needing the above so I can connect directly to the database.
After looking at this to do it: How to connect Robomongo to MongoDB
I'm using Robomongo for the client to do this. How do i find the connection string?
EDIT: currently IP and port results in 'network unreachable'. I've tried logging mongodb mongoose connection variable in my node app, and using these details doesnt work either.