You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-troubleshoot-blob-backup.md
+199-3Lines changed: 199 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: Troubleshoot Blob backup and restore issues
3
-
description: In this article, learn about symptoms, causes, and resolutions of Azure Backup failures related to Blob backup and restore.
3
+
description: In this article, learn about symptoms, causes, and resolutions of Azure Backup failures related to the Azure Blob backups and restore.
4
4
ms.topic: troubleshooting
5
-
ms.date: 07/24/2024
5
+
ms.date: 09/16/2024
6
6
ms.service: azure-backup
7
7
ms.reviewer: geg
8
8
author: AbhishekMallick-MS
@@ -151,7 +151,7 @@ This article provides troubleshooting information to address issues you encounte
151
151
152
152
**Error message**: Incorrect containers selected for operation.
153
153
154
-
**Recommendation**: This error may occur if one or more containers included in the scope of protection no longer exist in the protected storage account. We recommend to re-trigger the operation after modifying the protected container list using the edit backup instance option.
154
+
**Recommendation**: This error may occur if one or more containers included in the scope of protection no longer exist in the protected storage account. We recommend you to re-trigger the operation after modifying the protected container list using the edit backup instance option.
155
155
156
156
### UserErrorCrossTenantOrsPolicyDisabled
157
157
@@ -168,3 +168,199 @@ This article provides troubleshooting information to address issues you encounte
168
168
**Error message**: The operation can't be performed while a restore is in progress on the source account.
169
169
170
170
**Recommendation**: You need to retrigger the operation once the in-progress restore completes.
**Error message**: Failed to create object replication policy on the storage account.
229
+
230
+
**Recommended action**: Failed to create object replication policy. Wait for a few minutes and then try the operation again. If the issue persists, please contact Microsoft support.
**Error message**: The selected container is present in another Object replication policy. A given container can be part of only one OR policy at a time.
245
+
246
+
**Recommended action**: The container from other OR policy. Or change protection intent.
**Error message**: The backup failed due to one or more blob versions getting deleted in the backup job duration.
285
+
286
+
**Recommended action**: We recommend you to avoid tampering with blob versions while a backup job is in progress. Ensure the minimum retention configured for versions in the life cycle management policy is 7 days.
**Error message**: The backup failed due to one or more blob versions moving to the archive tier in the backup job duration.
293
+
294
+
**Recommended action**: We recommend you to avoid tampering with blob versions while a backup job is in progress. Ensure the minimum retention configured for versions in the life cycle management policy is *7 days*.
**Error message**: The backup failed due to one or more blob versions moving to the archive tier or getting deleted in the backup job duration.
301
+
302
+
**Recommended action**: We recommend you to avoid tampering with blob versions while a backup job is in progress. Ensure the minimum retention configured for versions in the life cycle management policy is 7 days.
**Error message**: Failed to delete object replication policy on the restore target storage account.
325
+
326
+
**Recommended action**: Check if a resource lock is preventing deletion. The restore has succeeded but the object replication policy created during restore operation was not cleaned up after restore completion. You must delete the policy to prevent issues in future restores.
**Error message**: Failed to restore the backup instance because an object replication policy from a previous restore is still on the restore target storage account
333
+
334
+
**Recommended action**: Remove the old object replication policy from the restore target and retry.
335
+
336
+
### UserErrorKeyVaultKeyWasNotFound
337
+
338
+
**Error code**: `UserErrorKeyVaultKeyWasNotFound`
339
+
340
+
**Error message**: Operation failed because key vault key is not found to unwrap the encryption key.
341
+
342
+
**Recommended action**: Check the key vault settings.
**Error message**: Operation failed because the datasource location is different from the Backup Vault location.
357
+
358
+
**Recommended action**: Ensure that the datasource and the Backup Vault are in the same location.
359
+
360
+
### LinkedAuthorizationFailed
361
+
362
+
*Error code**: `LinkedAuthorizationFailed`
363
+
364
+
**Error message**: The client [user name] with object ID has permissions to perform the required action [operation name] on scope [vault name], however, it does not have the required permissions to perform action(s) [operation name] on the linked scope [datasource name].
365
+
366
+
**Recommended action**: Ensure that you have read access on the datasource associated with this backup instance to be able to trigger the restore operation. Once the required permissions are provided, retry the operation.
0 commit comments