Reputation: 450
Does any one know how to convert an Azure Reserved IP Address (Static VIP) to a Public IP address?
I'd like to move an IP from a cloud service (classic) to a load balancer.
Upvotes: 0
Views: 436
Reputation: 1
You can use this powershell command to do exactly that. Move-AzureReservedIP
Upvotes: 0
Reputation: 13954
I'd like to move an IP from a cloud service (classic) to a load balancer.
We can't do it, because classic IP address can't used for ARM. They belong to different mode.
Upvotes: 1