An Azure backup service that provides built-in management at scale.
Yes, Microsoft Azure Backup Server (MABS) v4 is the recommended solution for protecting standalone VMware ESXi hosts with Azure Backup. Here is a full deployment guide based on your environment.
Your setup will consist of three components: the standalone ESXi host running your 2 VMs, a Windows Server VM (on-premises or in Azure) running MABS v4, and your existing Recovery Services Vault (RSV-LADC-AZUREBACKUP01) in Azure. MABS connects to ESXi directly over the network, takes application-consistent backups, stores a short-term local copy on its disk storage, and then transfers the backup data to your Recovery Services Vault.
Prerequisites
Check the full support matrix here before proceeding: https://learn.microsoft.com/en-us/azure/backup/backup-mabs-protection-matrix
- Install MABS v4 Download MABS v4 from the Microsoft Download Center: https://www.microsoft.com/en-us/download/details.aspx?id=105164 Full installation and vault registration guide: https://learn.microsoft.com/en-us/azure/backup/backup-azure-microsoft-azure-backup
- Add the ESXi Host in MABS Open the MABS Administrator Console. Go to Management > Production Servers > Add. Select VMware Servers and enter your ESXi host IP or FQDN. Provide credentials for a service account on ESXi that has read-only or backup role permissions. MABS will inventory the VMs on that host automatically. Full step-by-step guide for backing up VMware VMs with MABS: https://learn.microsoft.com/en-us/azure/backup/backup-azure-backup-server-vmware
- Create a Protection Group Go to Protection > New Protection Group. Select VMware VMs and choose your 2 pilot VMs. Set the short-term disk retention (recommended: 5 to 7 days on local MABS storage). Enable online protection to the Recovery Services Vault and set your long-term retention policy. For a pilot, a simple policy works well: daily recovery points retained for 30 days, weekly retained for 3 months.
- Validate Restore Full restore guide for VMware VMs from MABS: https://learn.microsoft.com/en-us/azure/backup/restore-azure-backup-server-vmware
Important Limitations
MABS does not support VMs with pass-through disks or physical raw device mappings (pRDM). Incremental backups use VMware CBT (Changed Block Tracking), which MABS enables automatically. If CBT gets corrupted on a VM, MABS will fall back to a full backup for that cycle. MABS v4 does not support the DataSets feature for VMware 8.0.
See the full list of known limitations here: https://learn.microsoft.com/en-us/azure/backup/backup-azure-backup-server-vmware#limitations
Future Migration Path
When you are ready to migrate the VMware VMs to Azure, use Azure Migrate: https://learn.microsoft.com/en-us/azure/migrate/start-here-vmware
Hope this helps and good luck with the migration!