Validation failed while moving resource group from 2 subscriptions within same tenant id and same region

Andrea Giordano 0 Reputation points
2025-10-24T10:16:45.6+00:00

I have to move a single resource group from one subscription to another.

The 2 subscriptions are within the same EntraID tenant and on the same region.

This is error I get while validating resources:

{

"message": "Resource move validation failed. Please see details. Diagnostic information: timestamp '20251024T100202Z', subscription id '1787134b-5a0d-4448-8298-30043e3f3c49', tracking id '1b58e9c2-c0cf-458d-a56b-b478d53b31ba', request correlation id '5eb076be-2881-4bb8-b1fe-79ac463ce0c3'. (Code: ResourceMoveProviderValidationFailed) Cannot move one or more resources in the request. Please check details for information about each resource. (Code: CannotMoveResource, Target: Microsoft.Network/publicIPAddresses) Move for resource type publicIPAddresses is not supported. Move request contains resource /subscriptions/1787134b-5a0d-4448-8298-30043e3f3c49/resourceGroups/VRSdynamics/providers/Microsoft.Network/publicIPAddresses/AZDEV-ip of that type. (Code: MoveNotSupported)",

"code": "ResourceMoveProviderValidationFailed",

"name": "BatchResponseItemError",

"stack": "BatchResponseItemError: Resource move validation failed. Please see details. Diagnostic information: timestamp '20251024T100202Z', subscription id '1787134b-5a0d-4448-8298-30043e3f3c49', tracking id '1b58e9c2-c0cf-458d-a56b-b478d53b31ba', request correlation id '5eb076be-2881-4bb8-b1fe-79ac463ce0c3'.\n at t (https://portal.azure.com/Content/Dynamic/PJ4nkJCp1Gvo.js:27:815)\n at new t (https://portal.azure.com/Content/Dynamic/PJ4nkJCp1Gvo.js:48:13889)\n at P (https://portal.azure.com/Content/Dynamic/PJ4nkJCp1Gvo.js:48:5082)\n at https://portal.azure.com/Content/Dynamic/PJ4nkJCp1Gvo.js:48:6543\n at Array.forEach (<anonymous>)\n at https://portal.azure.com/Content/Dynamic/PJ4nkJCp1Gvo.js:48:3254",

"status": 409

}

If I check for resource move compatibility I see that "publicIPAddresses" is supported and I already done this move operation for the same resource group last year with success

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
{count} votes

1 answer

Sort by: Most helpful
  1. Andrea Giordano 0 Reputation points
    2025-10-24T11:45:42.4666667+00:00

    Hi Manesh, thanks for this step-by-step.

    There are 4 VM I have to move; the one I tested was already in "stopped/deallocated" state.

    If I disassociate public IP I think I'll loose connectivity from/to involved VM, right?

    Should VM also be in stopped state or I can do disassociate while VM is running?

    Andrea

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.