A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
There is currently no supported customer-side method to cancel or force-abort an ARM resource move operation once it has started. During a move, Azure locks both the source and destination resource groups to prevent changes while the operation is being processed. The resources themselves remain operational, but management operations are blocked until the move completes or times out.
Since you can already see the resources in the destination resource group, I would recommend first verifying whether the move actually completed successfully:
- Check whether the resources exist only in the destination resource group.
- Review the Activity Log for the move operation and look for any failed, timed-out, or still-running operations.
- Avoid initiating another move operation while the resource groups remain in the"Moving resources" state.
- Do not attempt to delete and recreate the affected resource groups.
Azure Resource Manager allows a move operation to run for up to four hours. During this period, the source and destination resource groups can remain locked. If the operation exceeds the allowed duration, Azure typically releases the locks and updates the move status accordingly.
Also note that even when a move operation reports a timeout, the resources themselves may already have been moved successfully. Microsoft recommends verifying the actual resource locations before taking any further action. [learn.microsoft.com]
If this was performed using Azure Resource Mover rather than the standard Resource Group → Move experience, the behaviour is different because Azure Resource Mover maintains move collections and supports actions such as Discard in specific move states.
Bottom line: There is no force-unlock or abort operation available for a standard ARM resource move. Wait for the operation to complete or time out, review the Activity Log for its final status, and verify where the resources currently reside before attempting any further changes.
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.