I want to run Neo4j in an Azure VM. I created the VM, remoted in, and installed Neo. Neo uses a default port of :7474. I can see the database running with Remote Desktop and localhost:7474.
I can't however, connect to it from another machine. I created an Endpoint in Azure with private and public ports of 7474, but when I go to it in my browser - http://eurlexgraphvm.cloudapp.net:7474/ there's nothing there.
Am I missing a step that allows incoming requests to see the locally running database?