An Azure backup service that provides built-in management at scale.
Hello Hardcastle, Phil,
Thank you for reaching out to the Microsoft Q&A forum.
When investigated it looks like your Linux-based Checkpoint appliances are failing to back up because the Azure Backup extension hasn’t been properly configured or can’t scan the VM’s file system (“Source scan integration: Not configured”). Here’s what you can try:
- Run the built-in disk backup diagnostic
- In your Recovery Services vault, go to Backup Jobs → select your failed job → click Run Troubleshoot.
- This runs the AzureBackupV2BackupFailingScenarioHelper checks and will surface any misconfigurations or errors.
- Docs: https://docs.microsoft.com/azure/backup/disk-backup-troubleshoot#failure-diagnostics
- Verify the VM Agent and Backup extension
- SSH into the firewall VM and ensure the Azure Linux Agent (waagent) is up-to-date and running.
- In the Azure portal under VM → Extensions, you should see Microsoft.Azure.RecoveryServices.VMSnapshotLinux installed.
- If it’s missing or stuck, uninstall/re-install it and then re-run the backup.
- Docs: https://docs.microsoft.com/azure/backup/backup-azure-vms-troubleshoot#common-issues
- Check SELinux or other security policies
- If you’re using Security-Enhanced Linux, exclude the agent path (/var/lib/waagent) so Azure can freeze the file system for the snapshot.
- Docs: same as above (under “VMRestorePointInternalError” for Linux)
- Confirm your VM’s state
- The VM must be Running, Stopped, or Stopped (deallocated). Any other state (updating, starting, etc.) will block backups.
- Validate permissions and roles
- Ensure the Recovery Services vault has the right role assignments on the resource group or VM (Contributor or Backup Operator) so it can take snapshots.
- Docs: https://docs.microsoft.com/azure/backup/disk-backup-faq#what-are-the-permissions-used-by-azure-backup-during-backup-and-restore-operation
If you still see “Not configured” or the backups continue to fail, please share:
- The exact error code or message from the vault job.
- Output of Get-AzRecoveryServicesBackupJob or screenshots of the failed job details
- Any logs under -> var -> log -> azure -> plugin for the VMSnapshot extension
With those details we can dig deeper. Hope this helps!
Reference list
- Troubleshoot common errors in Azure Disk Backup: https://docs.microsoft.com/azure/backup/disk-backup-troubleshoot
- Backup failure diagnostics: https://docs.microsoft.com/azure/backup/disk-backup-troubleshoot#failure-diagnostics
- Troubleshooting backup failures on Azure VMs: https://docs.microsoft.com/azure/backup/backup-azure-vms-troubleshoot
- Supported configurations for Azure Disk Backup: https://docs.microsoft.com/azure/backup/disk-backup-support-matrix
- Permissions for Azure Backup: https://docs.microsoft.com/azure/backup/disk-backup-faq#what-are-the-permissions-used-by-azure-backup-during-backup-and-restore-operation