Hi @Riya Bharti ,
Thanks for contacting Microsoft Q&A.
The error message you're encountering, indicates that there are active deployments or resources within the resource group you are trying to move, which is preventing the move operation.
Before moving a resource group or its resources to a different Azure subscription, it's important to ensure that there are no active deployments, resources in the process of being created, or resources that have not been fully provisioned within that resource group. Active deployments can include things like creating new virtual machines, deploying applications, or modifying existing resources.
To resolve this issue, follow these steps:
Check for Active Deployments: Review your resource group in the Azure portal and look for any ongoing or pending deployments. Ensure that there are no recent deployments or operations in progress.
Check Resource States: Ensure that all resources in the resource group are in a stable state. This includes virtual machines, databases, storage accounts, and any other resources. Verify that there are no resources stuck in a provisioning or updating state.
Deallocate/Stop Virtual Machines: If there are virtual machines in the resource group, make sure they are stopped or deallocated. Active virtual machines can prevent the move operation. Deallocate them from the Azure portal.
Check for Running Services: Verify if there are any services, applications, or processes running on the virtual machines within the resource group that may be causing active deployments. Ensure that all services are stopped or paused.
Hope this helps you.