What I am trying to achieve, is to make it look like from a outside perspective that I have more servers then other people.
How I am trying to achieve it, I am trying to map Multiple public ports to one or more private ports.
I have a service running on port 9987 (public and private), I want to map public port 9988 to private port 9987 as well. I have done this with other Hosting providers and I can do this in my router. But azure gives me error ("this port is in conflict with another port") is it possible to map multiple ports to one on azure.
If not, Can Microsoft make this possible.