Dear all
I have problem with delete RG in Azure portal. This RG is empty and have not any lock. I try do it with Azure CLI, PowerShell and Portal. In the past, resources were shifted from this group to another with a change of location.
now I have deleted all resources in this subscription, leaving only one resource group that I cannot delete. It is empty and without locking.
I checked this issue with support in chat and they provided me a lot recommendation but all this recommendation did not help
https://lnx.azurewebsites.net/how-to-remove-all-empty-resource-groups-using-azure-cli/
https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/lock-resources?tabs=json
https://xebia.com/blog/remove-locks-from-azure-resources/
error message :
Delete resource group ResourceMoverRG-eastus-westeurope-ne failed
Failed to delete resource group ResourceMoverRG-eastus-westeurope-ne: Deletion of resource group 'ResourceMoverRG-eastus-westeurope-ne' failed as resources with identifiers 'Microsoft.Migrate/moveCollections/MoveCollection-eus-we-ne' could not be deleted. The provisioning state of the resource group will be rolled back. The tracking Id is '54fef356-3e40-4768-8c82-cbf5be2c8112'. Please check audit logs for more details. (Code: ResourceGroupDeletionBlocked) Deletion of move collection is not allowed when there are move resources present in it.Possible Causes: The move collection has move resources present in it.
Recommended Action: In Portal open 'Azure Resource Mover' > Across regions > Select SubscriptionId: f9eb25b3-b319-479a-9869-35b5c7eb5e6f, Source Region: eastus, Target Region: westeurope > delete all the resources, and then retry deleting the Resource group.
For PowerShell please use remove resource cmdlet and delete all resources and then try deleting move collection or resource group. Please follow documentation https://go.microsoft.com/fwlink/?linkid=2145903.
(Code: DeleteCollectionFailedResourcesExists, Target: /subscriptions/f9eb25b3-b319-479a-9869-35b5c7eb5e6f/resourceGroups/ResourceMoverRG-eastus-westeurope-ne/providers/Microsoft.Migrate/moveCollections/MoveCollection-eus-we-ne)