Skip to content

Commit 7307e68

Browse files
authored
Merge pull request #300390 from AbhishekMallick01/May-27-2025-ADLS
ADLS backup - TSG updates
2 parents 1084739 + 7b155cd commit 7307e68

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: Troubleshooting Azure Data Lake Storage backup using Azure Backup (preview)
3+
description: Learn to troubleshoot Azure Data Lake Storage backup using Azure Backup.
4+
ms.topic: troubleshooting
5+
ms.date: 05/27/2025
6+
ms.service: azure-backup
7+
author: jyothisuri
8+
ms.author: jsuri
9+
---
10+
11+
# Troubleshoot Azure Data Lake Storage backup (preview)
12+
13+
This article provides troubleshooting details for error codes that appear when configuring backup and restoring for Azure Data Lake Storage data using Azure Backup (preview).
14+
15+
## Common backup errors
16+
17+
### UserErrorMissingRequiredPermissions
18+
19+
**Error code**: `UserErrorMissingRequiredPermissions`
20+
21+
**Error message**: Appropriate permissions to perform the operation are missing.
22+
23+
**Recommended action**: Ensure that you [granted appropriate permissions](azure-data-lake-storage-configure-backup.md#grant-permissions-to-the-backup-vault-on-storage-accounts).
24+
25+
### UserErrorBackupRequestThrottled
26+
27+
**Error code**: `UserErrorBackupRequestThrottled`
28+
29+
**Error message**: The backup request is throttled as the number of backups on a given backup instance in a day reached the maximum limit.
30+
31+
**Recommended action**: Wait for a day before triggering a new backup operation.
32+
33+
### UserErrorIncorrectContainersSelectedForOperation
34+
35+
**Error code**: `UserErrorIncorrectContainersSelectedForOperation`
36+
37+
**Error message**: Incorrect containers are selected for the backup operation.
38+
39+
**Cause**: One or more containers included in the scope of protection no longer exist in the protected storage account.
40+
41+
**Recommended action**: Retrigger the operation after modifying the protected container list using the **edit backup instance** option.
42+
43+
### UserErrorUnsupportedStorageAccountType
44+
45+
**Error code**: `UserErrorUnsupportedStorageAccountType`
46+
47+
**Error message**: The storage account type isn't supported for Backup.
48+
49+
**Recommended action**: Ensure that you select only the hierarchical namespace (HNS) enabled storage accounts for backup. Network File System (NFS) or Secure File Transfer Protocol (SFTP) enabled storage accounts aren't supported for Azure Data Lake Storage.
50+
51+
## Common restore errors
52+
53+
### UserErrorTargetContainersExistOnAccount
54+
55+
**Error code**: `UserErrorTargetContainersExistOnAccount`
56+
57+
**Error message**: The containers that are part of restore request shouldn't exist on target storage account.
58+
59+
**Recommended action**: Ensure that the target storage account doesn't have containers with the same name you're trying to restore. Choose another storage target or retry the restore operation after removing containers with the same name.
60+
61+
### UserErrorOriginalLocationRestoreNotSupported
62+
63+
**Error code**: `UserErrorOriginalLocationRestoreNotSupported`
64+
65+
**Error message**: Original location restores aren't supported for vaulted blob backup.
66+
67+
**Recommended action**: Choose an alternate target storage account and trigger the restore operation.
68+
69+
## Related content
70+
71+
- [Configure vaulted backup for Azure Data Lake Storage using Azure portal (preview)](azure-data-lake-storage-configure-backup.md).
72+
- [Restore Azure Data Lake Storage using Azure portal (preview)](azure-data-lake-storage-restore.md).

articles/backup/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,8 @@
957957
href: backup-azure-mars-troubleshoot.md
958958
- name: Azure Blob backup
959959
href: backup-azure-troubleshoot-blob-backup.md
960+
- name: Azure Data Lake Storage backup (preview)
961+
href: azure-data-lake-storage-backup-troubleshoot.md
960962
- name: Files and folders backup is slow
961963
href: backup-azure-troubleshoot-slow-backup-performance-issue.md
962964
- name: Azure Backup Server

0 commit comments

Comments
 (0)