I'm looking for advice on what appears to be an orphaned Azure Backup Restore Point Collection. At this point I believe the issue requires Microsoft backend intervention, but I'd like to confirm there isn't a supported customer-side solution that I've missed.
Environment
Region: Canada Central
Resource Group:
AzureBackupRG_canadacentral_1
Restore Point Collection:
AzureBackup_vm-monitor-test_862018736035475
Current state
- The original VM (
vm-monitor-test) has been deleted.
- The associated Recovery Services Vault has been deleted.
- The Restore Point Collection still exists.
- Provisioning State = Failed.
- The Azure portal cannot delete the Restore Point Collection.
- Azure CLI also fails.
Azure CLI error
Troubleshooting completed
- Verified there are no resource locks.
- Confirmed the VM has been deleted.
- Confirmed the Recovery Services Vault has been deleted.
- The Restore Point Collection remains in ProvisioningState = Failed.
Documentation reviewed
Microsoft documentation states that the DiskRestorePointUsedByCustomer error is resolved by calling EndGetAccess on the underlying Disk Restore Point before deleting the Restore Point Collection.
However, in my case there is no remaining customer-accessible resource capable of invoking EndGetAccess because:
- the VM no longer exists,
- the Recovery Services Vault no longer exists,
- the backup item no longer exists.
This appears to have left an orphaned Disk Restore Point with an outstanding SAS that cannot be released through customer APIs.
Questions
- Has anyone encountered this scenario after both the VM and the Recovery Services Vault were deleted?
- Is there any supported customer method to clear the outstanding SAS (
EndGetAccess) on an orphaned Disk Restore Point?
- If not, does this require Microsoft to perform backend cleanup?
My goal is simply to remove the orphaned Restore Point Collection so that the resource group can be deleted.
Any guidance would be appreciated.I'm looking for advice on what appears to be an orphaned Azure Backup Restore Point Collection. At this point I believe the issue requires Microsoft backend intervention, but I'd like to confirm there isn't a supported customer-side solution that I've missed.
Environment
Region: Canada Central
Resource Group:
AzureBackupRG_canadacentral_1
Restore Point Collection:
AzureBackup_vm-monitor-test_862018736035475
Current state
- The original VM (
vm-monitor-test) has been deleted.
- The associated Recovery Services Vault has been deleted.
- The Restore Point Collection still exists.
- Provisioning State = Failed.
- The Azure portal cannot delete the Restore Point Collection.
- Azure CLI also fails.
Azure CLI error
Troubleshooting completed
- Verified there are no resource locks.
- Confirmed the VM has been deleted.
- Confirmed the Recovery Services Vault has been deleted.
- The Restore Point Collection remains in ProvisioningState = Failed.
Documentation reviewed
Microsoft documentation states that the DiskRestorePointUsedByCustomer error is resolved by calling EndGetAccess on the underlying Disk Restore Point before deleting the Restore Point Collection.
However, in my case there is no remaining customer-accessible resource capable of invoking EndGetAccess because:
- the VM no longer exists,
- the Recovery Services Vault no longer exists,
- the backup item no longer exists.
This appears to have left an orphaned Disk Restore Point with an outstanding SAS that cannot be released through customer APIs.
Questions
- Has anyone encountered this scenario after both the VM and the Recovery Services Vault were deleted?
- Is there any supported customer method to clear the outstanding SAS (
EndGetAccess) on an orphaned Disk Restore Point?
- If not, does this require Microsoft to perform backend cleanup?
My goal is simply to remove the orphaned Restore Point Collection so that the resource group can be deleted.
Any guidance would be appreciated.