Skip to content

Commit 47bf9f1

Browse files
author
AbhishekMallick01
committed
Blob backup TSG updates - Added two user errors
1 parent b71363a commit 47bf9f1

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

articles/backup/backup-azure-troubleshoot-blob-backup.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot Blob backup and restore issues
33
description: In this article, learn about symptoms, causes, and resolutions of Azure Backup failures related to the Azure Blob backups and restore.
44
ms.topic: troubleshooting
5-
ms.date: 09/16/2024
5+
ms.date: 02/19/2025
66
ms.service: azure-backup
77
ms.reviewer: geg
88
author: jyothisuri
@@ -169,6 +169,22 @@ This article provides troubleshooting information to address issues you encounte
169169

170170
**Recommendation**: You need to retrigger the operation once the in-progress restore completes.
171171

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+
172188
## Common errors for Azure Blob vaulted backup
173189

174190
### UserErrorInvalidParameterInRequest

0 commit comments

Comments
 (0)