I have set up a VM on Azure and on it I built a Meteor app which I can run on the VM itself using localhost:3000
Now I want to deploy it online. I have a domain name and a BizSpark account.
What I have tried:
1) Just accessing the VM through its IP address and specifying port 3000, i.e. typing into my browser address: xxx.xxx.xx.x:3000 where the xs are my server address
2) Using my cloudapp address, i.e myapp.cloudapp.net
Neither of these work, how do I proceed to have my app, which is a Telescope forum, to run on my domain name?