I am really confused about how you can create the equivalent to "Cloud Services" in the new Azure Portal? In my understanding, Cloud Services is only a "Classic" feature now. In the new Azure Portal, I want to create a virtual network
with a public IP address that has multiple VMs in it sharing that same Public IP. I want to control everything by port numbers. You know, just like a regular physical network. But now, they have VM level public IPs, each VM gets its own Public IP that you
cant share. How can I create a virtual network with only one Public IP address that I can control all of my VMs from?
↧