Restore point collection and restore point cannot be deleted when disk has been deleted.

Frank 0 Reputation points
2023-04-07T11:12:43.8466667+00:00

Hi, Please tell me how to force delete collection point. Now all vms and disks have been deleted. Just one restore point remained in resource group. Collection poiint vault has no any information. Using azure command line, it still failed. Command running steps:

  1. Are you sure you want to perform this operation? (y/n): y

But I cannot find any disks named snapshot02openvDisk_4bb31ff1, for it has been deleted. Please help to check this issue. Thank you.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,015 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Frank 0 Reputation points
    2023-04-07T11:30:20.1233333+00:00

    Tried revoke disk access api: but failed with error "

    {"error":{"code":"ResourceNotFound","message":"The Resource 'Microsoft.Compute/disks/snapshot02_OsDisk_1_9ed8a9ac57c74b1ca966c2a75b00baca' under resource group 'frankaksgroup02' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"}}
    

    "

    0 comments No comments

  2. deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
    2023-04-07T19:27:54.92+00:00

    @Frank Please try the following to see if you are able to locate and delete the recovery point:

    1. Temporarily stop the backup and keep backup data.
    2. To move virtual machines configured with Azure Backup, do the following steps: Find the resource group that contains your backups. If you used the default resource group, it has the following naming pattern: AzureBackupRG_<VM location>_1. For example, the name is in the format of AzureBackupRG_westus2_1. If you created a custom resource group, select that resource group. If you can't find the resource group, search for Restore Point Collections in the portal. Look for the collection with the naming pattern AzureBackup_<VM name>_###########. Select the resource with type Restore Point Collection that has the naming pattern AzureBackup_<VM name>_###########. Delete this resource. This operation deletes only the instant recovery points, not the backed-up data in the After the delete operation is complete, you can move your virtual machine.
    3. Move the VM to the target resource group.
    4. Reconfigure the backup.

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

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