Hi ,
I started using originally classic model VMs, and eventually figured out how to create and assign multiple static VIPs per cloud service, and then add endpoints to route traffic to the VMs as such:
website1: port 80 outside to port 80 inside, 443 outside- 443 inside
website2: port 80 outside to port 81 inside, 443 outside- 444 inside
website3: port 80 outside to port 82 inside, 443 outside- 445 inside
Now, as the classic VMs will be going away, and the resource model is the recommended way to go, I started using resource VMs, specifically DS series to try our premium storage.
However, with the resource deployment model, i have not been able to figure out how to achieve the same thing I did in the classic VMs. In resource model, we have the Vnets, and Network interfaces, etc, there is not cloud service...
I can create public IPs via the new azure web portal, but cannot figure out how where to associate with the VMs... Also, the "end points" in classic provided the port forwarding which gave me the ability basically to have multiple SSL sites on same VM properly bound to separate external IP.
Do i need to use PowerShell? But then, what is the cloud service equivalent in the resource VMs...
I am confused... This should not be that hard to do.
Any feedback will be appreciated!
Ivan