I'm wondering if is possible to change currently running enviroment in CloudService(later CS) into VirtualMachine(later VM) deployment in Windows Azure without losing the assigned VIP in CS? Meaning that the VM would get the IP currently assigned to CS.
I'm aware that nowadays user can reserve public IP using the Azure PowerShell, could my goal be achieved somehow using that? Is it possible to reserve IP which is in use on CS deployment and then just undeploy and build VM environment using the reserved IP?`
Any way to deploy VM instance into CS Staging slot and then just swap VIP?