An Azure backup service that provides built-in management at scale.
Hello Vaishnavi Suresh,
Thank you for your question.
The error UserErrorResourceContentionOnVM indicates that Azure Backup was unable to create the restore point due to possible resource contention on the virtual machine. This can occur because of disk space exhaustion, high CPU load, disk resource usage, memory utilization, swap space utilization, or other guest OS resource constraints.
From the Azure side, please verify the following:
- Ensure the VM is in a Running state and the Azure Linux Agent (WAAgent) is healthy.
- Confirm that all VM extensions are in a Provisioning Succeeded state and that there are no failed or stuck extensions.
- Review Azure Monitor metrics for CPU and disk activity around the backup failure timeframe.
- Check that no other backup, snapshot, extension deployment, or maintenance operations are running concurrently.
As Azure does not provide visibility into guest OS memory, swap usage, disk free space, or disk I/O without server access, we recommend engaging the Linux/server team to validate the following from within the VM:
- Memory utilization
- Swap space utilization
- Disk free space
- Disk I/O performance and contention
- WAAgent health
- Backup extension health
Please check for disk space exhaustion, high CPU load, disk resource usage, memory usage, and swap space utilization on the server. Once you have confirmed that there are no resource contention issues on the virtual machine, please retry the backup operation and share the outcome.