validation failing when moving azure VM form one resource group to another

NairGopika-3885 0 Reputation points
2025-01-23T07:52:56.5+00:00

validation failing when moving azure VM form one resource group to another

error :

message": "Resource move validation failed. Please see details. Diagnostic information: timestamp '20250123T074613Z', subscription id 'xxxx', tracking id 'xyz', request correlation id 'abc'. (Code: ResourceMoveProviderValidationFailed) One of the resources being migrated or its dependency is not in Succeeded state. Please check details for information about each resource/operation. (Code: MoveCannotProceedWithResourcesNotInSucceededState, Target: Microsoft.Network/networkInterfaces) Cannot proceed with operation because resource /subscriptions/xxx/resourceGroups/abc/providers/Microsoft.Network/privateEndpoints/xxxxx either directly involved in the move or referenced by one of the resources involved in the move is not in Succeeded state. Resource is in Failed state and the last operation that updated/is updating the resource is DeletePrivateEndpointOperation. (Code: ResourceNotProvisioned), Cannot proceed with operation because resource /subscriptions/xxx/resourceGroups/abc/providers/Microsoft.Network/privateEndpoints/xxxxx either directly involved in the move or referenced by one of the resources involved in the move is not in Succeeded state. Resource is in Failed state and the last operation that updated/is updating the resource is DeletePrivateEndpointOperation. (Code: ResourceNotProvisioned)",

"code": "ResourceMoveProviderValidationFailed",

"name": "ssssss",

"status": 409

}

Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
253 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 19,196 Reputation points MVP
    2025-01-23T09:47:46.8933333+00:00

    Hi NairGopika-3885

    The error indicates that the operation can't move a network component Microsoft.Network/networkInterfaces

    It could be due to the failed previous attempt in which the network component has already moved or in deleted state. Are you able to connect the virtual machine successfully through RDP/SSH?

    In-order to rectify the issue, check the network devices connected to the Virtual machine. If you don't see any network component attached to the VM, create a new one with the same name as before so that the operation can be succeeded

    Hope this helps.


    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

Your answer

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