I am trying to setup my MongoDB dev environment using Azure VM. The VM is up and running MongoDB 2.6.6, and I can SSH to the VM and run MongoDB just fine..
However, I am unable to connect to Mongo from any external client (i.e. cmd shell mongo client, or robomongo). I'm using the public IP given to me, and using the default port. I've also tried to edit the /etc/mongodb.conf to specify the port number (port=27017), and have restarted the service.. but that didn't seem to make a difference at all..