An Azure backup service that provides built-in management at scale.
Hi @ammy J
Please try with following troubleshooting steps:
1)You can't delete a restore point if there are active Shared Access Signatures (SAS) on any of the underlying disk restore points. End the shared access on the disk restore points and retry the operation. Can you try the command to remove it -
Azure CLI
YAML
az disk revoke-access --name MyManagedDisk --resource-group MyResourceGroup
https://learn.microsoft.com/en-us/cli/azure/disk?view=azure-cli-latest#az-disk-revoke-access
2)Remove locks
In the resource group → go to Locks → delete any CanNotDelete or ReadOnly locks.
3)Disable backup
a) Go to Recovery Services Vault → Backup Items → Azure Virtual Machine.
b) If the old VM appears, select it → click Stop backup (delete data)
4)Delete the RPC
a) Return to the RPC → click Delete.
b) If deletion fails, use Azure CLI:
Azure CLI
JSON
az resource delete --ids "/subscriptions/<sub-id>/resourceGroups/<rg-name>/providers/Microsoft.Compute/restorePointCollections/<rpc-name>"
5)Retry after 24 hours
Azure may take time to release backend locks.
6)If the issue still persists, please raise a case with Microsoft
Reference link:
https://learn.microsoft.com/en-us/answers/questions/5778917/have-an-orphaned-restore-point-collection-that-can
Please let me know if you face any challenge here, I can help you to resolve this issue further
Provide your valuable Comments.
Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.