@sumayya alshehhi Greetings from Microsoft!
Moving resource groups between subscriptions is possible, but there are some requirements and limitations that you should be aware of. Here are a few steps and considerations that might help you resolve the issue:
- Both the source and destination subscriptions must be in the same Azure Active Directory tenant.
- The source subscription must have the Microsoft.Authorization/roleAssignments/write permission for the destination subscription.
- The destination subscription must have the Microsoft.Resources/deployments/write permission.
- Some resource types cannot be moved between subscriptions, such as classic virtual machines and classic storage accounts.
- Ensure that there are no dependencies that might prevent the move. For example, certain resources might have dependencies on other resources that are not being moved
Source to refer: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-resource-group-and-subscription
If you are still having trouble moving your resource group, it's possible that there is an issue with the permissions or resource types involved. You may want to check the Azure portal or use Azure PowerShell to verify that the necessary permissions are in place and that the resource types you are trying to move are supported. If you continue to have issues, you can contact Microsoft Azure technical support for further assistance by creating a supporting request. The ticket enables you to work closely with the support engineers and get a quick resolution to your issue.
Here is the link - https://docs.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request to create support case.
Hope this helps. If you have any feedback or need further assistance, please reply to this post.
If the response helped, do "Accept Answer" and up-vote it