We configured a azure VM (windows 2008) with Visual Studio 2013. We can access the VM by the remote desktop client and we can install our server software too. The software runs a .net httplistener on this local ip (not localhost) on port 8080. We configured an endpoint for the vm from public port 80 (http) to private port 8080.
When I am connected by remote desktop to the VM the httplistener works as expected. But we can’t reach the service/httplistener in the vm from outside. We are new to azure, so is the described way the way to go? Or did we miss something? How can the traffic be traced?
thanks alot
Kai