Welcome to Microsoft Q&A!
Hello @Chris Rice I hope you are doing well,
The error UserErrorMaxConcurrentOperationLimitReached means Azure Backup believes another backup operation is still active, so a new backup cannot start. Microsoft documents that this can occur when an existing backup is still running, particularly during a long-running initial backup. (learn.microsoft.com)
However, since your job has remained In Progress for nearly four days and stopping/restarting the backup has not cleared it, this may indicate that the original operation is stuck rather than simply taking longer than expected.
I recommend:
- Go to Backup vault → Backup jobs and confirm the old job remains In Progress.
- Check the protected ADLS account for a very large number of blobs/versions, as these can significantly increase the duration of an initial backup.
- If appropriate, review your Storage Account lifecycle management policy and consider cleaning up unnecessary old blob versions to reduce future backup processing time. (learn.microsoft.com)
- Avoid repeatedly starting additional on-demand backups while the existing operation is still reported as running.
For ADLS vaulted backup, Microsoft also documents that backup operations depend on snapshots and replication, and an initial backup can take at least 30–40 minutes under normal conditions. (learn.microsoft.com) However, since your job has remained In Progress for nearly four days and stopping/restarting the backup has not cleared it, this may indicate that the original operation is stuck rather than simply taking longer than expected. I will scale this thread internally so MS can take a look at the backend too.
References:
If this answer helped clarify the platform capabilities and save you troubleshooting time, please consider marking it as Accepted. This helps others in the community find similar solutions.