I'm using the new Resource Manager setup of azure with a couple of VMs and I'm trying to find the best way to associate multiple IPs to a single VM.
I've read a few different articles, ILPIP (Instance level public IP), Load Balanced pools and multiple NICs.
I'm not sure of the best options. My VMs are already setup and configured so I don't want to go through that process again of loading a new VM to enable certain features (some mention multiple NICs are only available on new VMs).
I looked into the Load Balanced solution but it appears to be missing from the new management portal. You can view your load balancers but you can't add new ones (if they are still available).
I need multiple IPs per VM as we have sites that have SSLs which can't be served over SNI due to older browser restrictions.
I'm at a loss as most article refer to older setups and not the resource manager method.
If anyone has a solid way of performing this, I would appreciate any help.