The attempt is to host a website on the VM inside Azure and access it from the outside world or Internet.
The query to access the default web site from insidethe VM is http://localhost/.To access this from internet/outside world the link is http://xxxxxxx.cloudapp.net.
If I wanted to access the same default website that is now made available on the port 15000 (say for example), then I think the end point has to be changed to reflect 15000.
Now let us say that I also changed the default website port to 15000 (Edit Bindings).
The query to access default web site from inside the
VM is http://localhost:15000/. My query is what should the query be to access the site from the Internet (http://xxxxxx.cloudapp.net:15000???) The linkhttp://xxxxxx.cloudapp.net:15000 simply does not work. Also the firewall on the VM has been switched off. The port 15000 has been added to the Inbound and Outbound rules on the VM?
I would really appreciate some help in this regard...
Thanks & Regards
Bharath