Can anyone confirm if Azure VM allows more than one Public IP? We want to host multiple website on single VM and hence want to have different IP for each website. I know we
It appears you can now have multiple public IPs for a load balanced cloud service:
http://azure.microsoft.com/en-gb/updates/multiple-vips-per-cloud-service/
Now you can assign more than one load-balanced public IP address to a set of virtual machines, enabling high-availability and high-scale scenarios. You can host multiple secure websites in a cloud service or allow multiple SQL Server AlwaysOn Availability Group listeners to access the same set of virtual machines.
For more information, please vistit the Load Balancer page. There is no additional charge for this feature.