A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
Hello @Adi C
If the Move Collection was deleted while the Resource Mover operation was still in progress, avoid manually removing the Microsoft.Migrate metadata or resource-group state.
Normally, Resource Mover provides Discard for resources in CommitPending/CommitFailed, which returns them to MovePending, and you can then remove them from the move collection. However, because the Move Collection itself has already been deleted, that normal cleanup workflow may no longer be available.
First, check the Activity Log on both resource groups and the affected resources to confirm whether an ARM move operation is actually still running or has failed. Also verify that the resources now exist in the intended destination RG and are operational.
If the portal continues showing “Moving resources” after the Move Collection is gone, open an Azure Support case for Azure Resource Mover and ask Microsoft to clear/reconcile the orphaned move operation on the backend. Include the deleted Move Collection name/resource ID, source and destination RGs, affected resource IDs, timestamps, and correlation IDs from the Activity Log.
Don't recreate a Move Collection with the same name expecting it to resume the old transaction; the new collection would be a different Resource Mover orchestration state.
Reference: Microsoft - Remove resources from a Resource Mover move collection
Since the orchestration metadata was deleted mid-operation, Microsoft Support is the safest route if the ARM resource groups remain stuck after the operation has had time to settle.
Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution.