how to solve the "publicIPAddresses is not supported" error when moving resources

DY 20 Reputation points
2024-06-07T04:18:55.09+00:00

I'm trying to move all resources from a resource group to another, but all Resource Move Provider Validation Failed because "publicIPAddresses is not supported". How should I solve this problem? It seems not like a region issue but I'm not certain about that...

Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
224 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. akinbade abiola 6,735 Reputation points
    2024-06-07T07:56:51.4166667+00:00

    Hello DY,

    Thanks for your question.

    You seem to be moving the resource with a public IP attached, you need to disassociate it from the resource it is on.

    https://video2.skills-academy.com/en-us/azure/azure-resource-manager/management/move-support-resources#microsoftnetworkhttps://video2.skills-academy.com/en-us/azure/virtual-network/ip-services/remove-public-ip-address-vm

    Also, Public IP address movement is supported across regions.

    https://video2.skills-academy.com/en-us/azure/azure-resource-manager/management/move-limitations/networking-move-limitations

    Regards,

    You can mark it 'Accept Answer' if this helped.

    0 comments No comments

  2. Srinud 1,965 Reputation points Microsoft Vendor
    2024-06-07T10:00:12.4333333+00:00

    Hi DY,

    Based on your question we understand that you want to move all resources from one resource group to another.

    Here are some steps you can take to troubleshoot and resolve the issue:

    Public IP looks to be supported to be moved - you may have to Disassociate It first.

    Recently, Microsoft introduced the ability to migrate Standard SKU public IPs across subscriptions; however, this is only possible if they are not associated with any resources.

    you need to move all the resources to the resource group where the resources are hosted,

     In the hosted resource group, enable hide resources.

     Select all resources

    For better understanding please refer this document:

    https://video2.skills-academy.com/en-us/azure/azure-resource-manager/management/move-resource-group-and-subscription#use-the-portal

    If you are still facing any issue, please let us know in the comments. We are happy to assist you.

    If the information is helpful, please accept the answer by clicking the "Accept Answer and Upvote" on the post.

    0 comments No comments