Share via

Is anyone else having problems with high CPU consumption using (azure workload backup)?

Fernando R Silva 80 Reputation points
Mar 1, 2024, 1:05 PM

Since 02/26/2024 I have been facing a problem with performance on all my Azure VMs. I was able to identify that the problem starts with the service (azure workload backup) which started to consume all the cpu. After uninstalling it, processing returns to normal. However, this service is responsible for the automatic backup of the SQL Server databases via Azure, that is, if I leave the VM running, it freezes, if I uninstall it I will be left without a backup of the databases. Has anyone experienced the problem? How did you solve it?

I can't wait, thank you.

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,494 questions
{count} votes

Accepted answer
  1. Tim-5081 120 Reputation points
    Mar 7, 2024, 4:03 PM

    MS has provided us the following Workaround (seems to work for us by now):

    1. go to C:\Program Files\Azure Workload Backup\bin\plugins\SQL and open PluginManifest.json
    2. Change the value of AllowCommunicationThroughNamedPipes from true to false
    3. Open TaskManager and Stop AzureWLBackupPluginSvc and AzureWLBackupInquirySvc. Restart AzureWLBackupCoordinatorSvc.

    Just try and give Feedback if this is helping you. We will let you know if we have further information on the root cause.

    4 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Sedat SALMAN 14,160 Reputation points MVP
    Mar 2, 2024, 7:54 AM

    Use Azure's PerfInsights to check why your CPU usage is so high. It helps you figure out if Azure's backup service is the problem

    https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/troubleshoot-high-cpu-issues-azure-windows-vm

    After running the tool, look at the report. It tells you what's using the most CPU. If the backup service is the issue, it should show up here​

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.