I have a virtual machine on azure. On the VM with Windows Server 2012 I have a web-site which is published via IIS7. I wrote bindings for the web-site, changed a port to 8080 and now able to access it with it's ip: 10.0.0.4:8080. Now I want to have an access to this web-site via internet. My VM has static ip, for instance 1.2.3.4. I added a rule on my virtual machine for 8080 for windows firewall, to allow all connections for this port. I suppose now I need to edit binding on the azure manager, I read a lot of articles (e.g. https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-set-up-endpoints/) but I don't have 'Endpoints' menu. The only one I have is: inbound rules and outbound rules, so I've tried to do port-forwarding there (screenshot: http://take.ms/MgLWq). But it doesn't work, I still don't have access from the outside.
Any suggestions? Thanks in advance



