AzureWorkload - not listing all workload backup details

Siva 646 Reputation points
2022-02-21T08:10:27.467+00:00

Hi Team,

Get-AzRecoveryServicesBackupJob -VaultId $vault.ID -From (Get-Date).AddDays(-1).ToUniversalTime() -BackupManagementType AzureWorkload

Backupmanagement type azureworkload not displaying all the workload backup details.

We are seen this behaviour from this month onwards, do we have any changes on the powershell commands.?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,124 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,360 questions
{count} votes

Accepted answer
  1. SadiqhAhmed-MSFT 37,206 Reputation points Microsoft Employee
    2022-02-22T07:14:59.01+00:00

    @Siva It looks like you are trying to fetch jobs across all workload types (VMs, file shares, sql etc.). But the parameter BackupManagementType=AzureWorkload will filter the list to SQL/HANA jobs only. Can you remove the BackupManagementType parameter and run the command again?

    ----------------------------------------------------------------------------------------------------------------------

    If the response helped, do "Accept Answer" and up-vote it


0 additional answers

Sort by: Most helpful