I have successfully deployed an Open Semantic Search web application on a Ubuntu server hosted on Azure. While the server is running (using eLinks from the shell, I can connect to http://localhost/search
), I'm unable to connect to it from outside using http://<ip_address>/search
.
Any idea of what I might have missed?
You need to ensure that any Azure Network Security Group that is applied to the VM or the subnet the VM is in, allows inbound traffic on the required port for your application.