|
2 | 2 | title: Troubleshoot Blob backup and restore issues
|
3 | 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: 09/16/2024 |
| 5 | +ms.date: 02/20/2025 |
6 | 6 | ms.service: azure-backup
|
7 | 7 | ms.reviewer: geg
|
8 | 8 | author: jyothisuri
|
@@ -169,6 +169,30 @@ This article provides troubleshooting information to address issues you encounte
|
169 | 169 |
|
170 | 170 | **Recommendation**: You need to retrigger the operation once the in-progress restore completes.
|
171 | 171 |
|
| 172 | +### UserErrorMaxConcurrentOperationLimitReached |
| 173 | + |
| 174 | +**Error code**: `UserErrorMaxConcurrentOperationLimitReached` |
| 175 | + |
| 176 | +**Error message**: The operation can't start because the number of allowed concurrent operations has reached the maximum limit. |
| 177 | + |
| 178 | +**Cause**: This error appears due to the following reasons: |
| 179 | + |
| 180 | +- A backup job is already in progress and another one is triggered (either scheduled or ad hoc). |
| 181 | +- A long-running backup is in progress; it might be caused by a large account with a high number of blobs and versions. The initial backup (IR) takes longer depending on the account size, number of blobs, and versions. |
| 182 | + |
| 183 | +**Recommended action**: To resolve the error, follow these steps: |
| 184 | + |
| 185 | +- Wait for the ongoing operation(s) to complete before starting a new one. |
| 186 | +- To reduce the backup duration, consider cleaning up older versions using an appropriate Lifecycle Management (LCM) policy. |
| 187 | + |
| 188 | +### UserErrorConflictingFeatureEnabled |
| 189 | + |
| 190 | +**Error code**: `UserErrorConflictingFeatureEnabled` |
| 191 | + |
| 192 | +**Error message**: **Permanent delete** is a conflicting job for point-in-time-restore, which is blocking protection/backup. |
| 193 | + |
| 194 | +**Recommended action**: Disable the conflicting job (such as **Permanent delete**) on the storage account and retry the operation. |
| 195 | + |
172 | 196 | ## Common errors for Azure Blob vaulted backup
|
173 | 197 |
|
174 | 198 | ### UserErrorInvalidParameterInRequest
|
|
0 commit comments