Did you try cloud shell command to Force Delete?
Remove-AzResource -ResourceGroupName "YourResourceGroup" -ResourceType "Microsoft.Compute/restorePointCollections" -ResourceName "YourRestorePointCollection" -Force
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
I've tried everything but I can't seem to delete a Restore point collection. If I look inside it still has 2 restore points. But I can't delete these either. I can't delete them and I can't delete the resource group either. I tried to delete everything. Also went inside of the resources and backups and tried to delete them too. Nothing works somehow.
Did you try cloud shell command to Force Delete?
Remove-AzResource -ResourceGroupName "YourResourceGroup" -ResourceType "Microsoft.Compute/restorePointCollections" -ResourceName "YourRestorePointCollection" -Force