Share via

Cannot delete final resource group due to stuck restore point collections

Richard 0 Reputation points
2026-03-08T19:18:25.0766667+00:00

Hello,

I can't delete the last resource group in my tenant. See below for the error I get when trying to delete. Anyone know how i can delete the resource group?

I don't have any other resource groups in my tenant.

Failed to delete resource group AzureBackupRG_northeurope_1: Deletion of resource group 'AzureBackupRG_northeurope_1' failed as resources with identifiers 'Microsoft.Compute/restorePointCollections/AzureBackup_AZ-DC01_299068976700980,Microsoft.Compute/restorePointCollections/AzureBackup_rfavd-0_299068365404793,Microsoft.Compute/restorePointCollections/AzureBackup_AZ-APP01_299067608986603' could not be deleted. The provisioning state of the resource group will be rolled back. The tracking Id is '6b8d01e0-d0aa-4b02-a33e-07b464cd9f77'. Please check audit logs for more details. (Code: ResourceGroupDeletionBlocked) The request to delete the resource 'Microsoft.Compute/restorePointCollections/AzureBackup_AZ-DC01_299068976700980' failed. subscription id '01ece8a3-6311-4e09-a66e-2ccfd77ae5dd', activity id '43b32a87-4673-403e-8341-2314836918db', request correlation id '6b8d01e0-d0aa-4b02-a33e-07b464cd9f77'. (Code: ResourceDeletionFailed, Target: /subscriptions/01ece8a3-6311-4e09-a66e-2ccfd77ae5dd/resourceGroups/AzureBackupRG_northeurope_1/providers/Microsoft.Compute/restorePointCollections/AzureBackup_AZ-DC01_299068976700980) The request to delete the resource 'Microsoft.Compute/restorePointCollections/AzureBackup_rfavd-0_299068365404793' failed. subscription id '01ece8a3-6311-4e09-a66e-2ccfd77ae5dd', activity id 'f7864aa8-f3a8-4edc-89b0-72ed5e2d1e55', request correlation id '6b8d01e0-d0aa-4b02-a33e-07b464cd9f77'. (Code: ResourceDeletionFailed, Target: /subscriptions/01ece8a3-6311-4e09-a66e-2ccfd77ae5dd/resourceGroups/AzureBackupRG_northeurope_1/providers/Microsoft.Compute/restorePointCollections/AzureBackup_rfavd-0_299068365404793) The request to delete the resource 'Microsoft.Compute/restorePointCollections/AzureBackup_AZ-APP01_299067608986603' failed. subscription id '01ece8a3-6311-4e09-a66e-2ccfd77ae5dd', activity id '962ab935-abcd-4535-8fef-66c0c375f0a3', request correlation id '6b8d01e0-d0aa-4b02-a33e-07b464cd9f77'. (Code: ResourceDeletionFailed, Target: /subscriptions/01ece8a3-6311-4e09-a66e-2ccfd77ae5dd/resourceGroups/AzureBackupRG_northeurope_1/providers/Microsoft.Compute/restorePointCollections/AzureBackup_AZ-APP01_299067608986603)

Azure Backup
Azure Backup

An Azure backup service that provides built-in management at scale.

{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-08T19:18:39.1066667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The resource group delete is blocked because the Azure Backup restore point collections inside it cannot be deleted. Remove those restore point collections first, then delete the resource group.

    Use this sequence:

    1. Verify permissions and locks
      • Ensure the account has permission to delete resource groups and resources (delete action on Microsoft.Resources/subscriptions/resourceGroups).
      • In the Azure portal, open resource group AzureBackupRG_northeurope_1SettingsLocks and remove any locks on the resource group or on each Microsoft.Compute/restorePointCollections/... resource.
      • If a managed service or application created the locks, remove those as well as described under managed applications and locks.
    2. Delete the restore point collections directly
      • In the portal, go to All resources and filter by Type = Restore Point Collection or by name starting with AzureBackup_.
      • For each of the listed resources in the error:
        • Microsoft.Compute/restorePointCollections/AzureBackup_AZ-DC01_299068976700980
        • Microsoft.Compute/restorePointCollections/AzureBackup_rfavd-0_299068365404793
        • Microsoft.Compute/restorePointCollections/AzureBackup_AZ-APP01_299067608986603 open it and choose Delete.
      • If deletion still fails, check Activity log on each restore point collection for a more specific error (for example, dependency or lock).
    3. If the restore point collections are related to Azure Backup for VMs
      • These AzureBackup_<VM name>_########### restore point collections are instant recovery points created by Azure Backup.
      • Follow the documented sequence for VMs with Azure Backup:
        1. Temporarily stop backup for the corresponding VMs and keep backup data.
        2. In the backup resource group (here AzureBackupRG_northeurope_1), delete the Restore Point Collection resources with names AzureBackup_<VM name>_###########. This deletes only instant recovery points, not data in the vault.
        3. After the delete operation completes successfully for all restore point collections, proceed to delete the resource group.
    4. Delete the resource group
      • Once all restore point collections are removed and no locks remain, delete AzureBackupRG_northeurope_1 again from the portal or via ARM/CLI. With no child resources blocking deletion, the resource group deletion should succeed.

    If deletion of a restore point collection repeatedly fails even after removing locks and stopping backup, use the Activity Log details (operation IDs from the error) to open a support case so the backend can force-remove the stuck resources.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.