We are currently migrating our services to Azure and we are new to both the services and portal
I am stuck on adding an additional "static IP" to my Azure set up.
My Set Up:
I have a resource group that contains a cloud service, with 2 Win2012 R2 VMs. These are in the same region in, an availability set and they are load balanced. This uses a Virtual Network. They are installed as IIS8 Servers serving multiple customer websites.
They share a load balanced, reserved single external IP address and a static Internal addresses. All good up 'til this point in spite of the steep learning curve for me!
I can RDP to each by specifying the Port described on each VMs dashboard page on the portal, To get here I have used a combination of the existing portal, the new portal and the power shell configs. THis set up is tested and working serving the default IISSTART page on both VMs
My Issue is: I need to add further static IPs (1 or 2) to this set up. I have now read every article regarding this and cannot find how to add IP to this type of set up. To clarify. The additional IPs will be used along with the existing static VIP to serve websites.
Examplar: all my PHP sites would share "static IP 1" and use IIS host headers in the bindings, all my .NET sites would use "static IP 2" and use host headers in the bindings, and if I set up a "3rd IP" it would be used to serve a single site that has an SSL cert attached to it.
To clarify all IPs would be used on both VMs...
Any help would be much appreciated
Thanks