we created a Win 10 virtual machine on our Microsoft Azure cloud space.
On this VM we are running a windows application .net, which exposes a Websocket server listening on custom port 4649.
We are experiencing the following problem:
if we try to connect to the websocket server from a client websocket running on that same VM, the connection is successful, on the other hand if the client resides on a remote machine the connection fails.