Server on Azure VM

Hi,

Can anyone tell me how to connect to a couchbase server running on Azure VM? I am not sure how should do this?

Thanks.

PP

Hi There,
For administrative access, open the port 8091 and you can connect to the http://public_IP:8091 to start working through the web console.

If you’d like to connect with your application. there are a number of other ports to open. full list is here:
http://docs.couchbase.com/couchbase-manual-2.2/#network-ports

For azure deployments, you may also find this helpful: http://blog.couchbase.com/step-step-production-deployment-couchbase-windows-azure-virtual-machines

Many Thanks
-cihan

Thanks Cihan