I'm starting to use the cloud service of Microsoft Azure and I have a question about Virtual Networks.
I created a virtual network, without dns server, and allocate two virtual machines in this virtual network. So I ran one service in my virtual machine that have a web interface on port 4040. But I can't access this port from my local machine, like:
public_ip:4040 or internal_ip: 4040
I added an endpoint to port 4040 in this machine in my manage portal and the result is the same.
Can anyone suggest something to try? This kind of operation is possible?