Flynn Handley
Flynn Handley

Reputation: 450

Convert Azure Reserved IP Address (Static VIP) to Public IP address

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

Answers (2)

Mike Binnix
Mike Binnix

Reputation: 1

You can use this powershell command to do exactly that. Move-AzureReservedIP

Upvotes: 0

Jason Ye
Jason Ye

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

Related Questions