how to stop/remove Azure backup agent in Azure

Gaurav Gupta 0 Reputation points
2026-08-05T03:22:43.7166667+00:00

I am unable to stop/disable backup items 'Azure Backup Agent' in Recovery services vault. When I click on Backup Items>Azure Backup Agent and then try click on the 3 dots to bring the context menu, nothing happens.

As a result of this, am unable to delete the vault. I tried cli to disable backup items, that fails with error. Please help

I got following errors:

(BMSUserErrorSoftDeleteStateAlwaysOn, ServiceContainerNotEmptyWithBackendMessage, the CloudInternalError from the PUT, "Unsupported WorkloadType: FileFolder")

Azure Backup
Azure Backup

An Azure backup service that provides built-in management at scale.


1 answer

Sort by: Most helpful
  1. Gaurav Gupta 0 Reputation points
    2026-08-12T04:54:34.55+00:00

    Hi Venkatanaidu,

    The issue is not resolved yet.

    I tried to follow powershell commands you provided. However, when trying to disable recovery services backup protection, I got below error. Please advise.

    PS C:\WINDOWS\System32> Disable-AzRecoveryServicesBackupProtection -Item $item[0] -RemoveRecoveryPoints -Force

    Disable-AzRecoveryServicesBackupProtection : Unsupported WorkloadType: FileFolder

    At line:1 char:1

    Disable-AzRecoveryServicesBackupProtection -Item $item[0] -RemoveReco ...

    • + CategoryInfo : InvalidArgument: (:) [Disable-AzRecov...ackupProtection], ArgumentException + FullyQualifiedErrorId : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.DisableAzureRmRecoveryServicesBackupProtection

    Regards

    Gaurav

    Was this answer helpful?


Your answer

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