I m tryng to setup a game server on Azure.
I created 2 Vm with Windows 2008 and 1 With Linux.
In VM 1 - The game use 2 ports 7777 + 9014 In VM 2 - The game use 1 port 2106 In VM 3 - The web server will use Ports 80 + 21 + 8080
In Azure Manage portal, I create all machines in same network, all have the same external IP, but differents internal IPs.
How can I setup Azure to forward the ports to right machines? (Like we do with our router in home) ... I see something about end points but I m not sure about that.
Thakyou