Failed backup alerts

Michael Knutson 0 Reputation points
2024-03-09T08:33:21.0466667+00:00

When we have audits performed on us, they ask for our backup reports with failed and successful backups. I have been trying to figure out a way to report on successful backup for each workload/VM. I am hoping there is an easy way to do this.

Thanks in advance!

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,132 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dillon Silzer 54,731 Reputation points
    2024-03-09T15:12:54.53+00:00

    Hi Michael,

    You can do this through the Azure online dashboard:

    Manage Azure VM backups with Azure Backup service

    https://learn.microsoft.com/en-us/azure/backup/backup-azure-manage-vms#view-vms-on-the-dashboard

    User's image

    You can also try the following script:

    Get-AzVMBackupReport

    https://www.powershellgallery.com/packages/Get-AzVMBackupReport/1.0.0/Content/Get-AzVMBackupReport.ps1

    If this is helpful please accept answer.

    0 comments No comments