Azure Cloud Services are easy to deploy and scale.
I need ILPIPs for each instance(VM) in my Cloud Service, I believe I can get up to 5 (Reserved) ILPIPs.
The question is how to assign the ILPIPs to EACH INSTANCE. And what the impact is on the auto-scale feature.
I found the answer finally. Just add the following to your service configuration file.
You will need to use powershell to find out the actual Public IP address assigned. This IP may change. If you want to use a RESERVED IP, that is guaranteed not to change, that is also possible but not free.