An Azure backup service that provides built-in management at scale.
Azure Backup Server (MABS) can be used to protect on-premises VMware VMs to Azure, but it does not convert them directly into native Azure IaaS VMs on restore.
- VMware VM backup and recovery with MABS
- MABS supports agentless backup of VMware vCenter/ESXi workloads and sends backups to disk and then to an Azure Recovery Services vault (cloud-integrated backup).
- Supported VMware versions include vCenter/ESXi 6.5, 6.7, 7.0, and 8.0 (licensed versions). MABS protects VMs stored on local disk, NFS, or cluster storage and supports folder-level auto-protection and vCenter-managed environments.
- Protection workflow for VMware VMs with MABS:
- Set up a secure channel over HTTPS between MABS and vCenter/ESXi.
- Configure a VMware account and add its credentials to MABS.
- Add the vCenter/ESXi server to MABS.
- Create protection groups, select VMware VMs or folders, and configure disk and online (Azure) backup schedules and retention.
- Recovery capabilities:
- MABS recovers VMware VMs as VMware VMs (back to vCenter/ESXi) and supports item-level recovery of files/folders from Windows VMs.
- It does not provide a direct “restore VMware backup as native Azure VM” path. Restores are designed to target VMware infrastructure (on-premises or VMware-based environments such as Azure VMware Solution) rather than converting to Azure IaaS.
- For Azure VMware Solution, guidance explicitly assumes restore back into AVS vSAN datastore and notes that cross-region restore is not supported.
Given this, to run restored workloads in Azure as VMs, a VMware-capable target (for example, Azure VMware Solution) is required when using MABS for VMware VM-level backup. MABS is not a VM-conversion tool to Azure IaaS.
- SQL Server workloads on VMware VMs
MABS can protect the entire VMware VM and supports item-level file/folder recovery for Windows VMs, but for SQL Server workloads, application-aware backup is typically preferred.
- MABS supports application-level backup via the DPM protection agent installed inside VMs for workloads such as SQL Server. In Azure VMware Solution scenarios, guidance includes:
- Installing the DPM protection agent on VMs for application backup (for example, SQL).
- Ensuring antivirus exclusions and NSG rules to allow agent communication with MABS.
This pattern (guest-level, application-aware backup) is more suitable for SQL Server than relying solely on VM-level snapshots when:
- Granular database-level recovery is required.
- Consistent backups are needed under load (VSS-based application-consistent backups).
- Ransomware and long-term retention scenarios require many recovery points and fine-grained restore options.
For ransomware protection, long-term retention, and recovery in Azure for SQL workloads, recommended practices from the provided guidance include:
- Use MABS with:
- Disk-based short-term protection and online protection to Azure for long-term retention.
- Protection groups with appropriate retention and backup schedules (disk retention range, Express Full frequency, online backup schedule, and online retention policy up to 9,999 recovery points per protected instance).
- For Azure VMware Solution or similar VMware-in-Azure scenarios:
- Use the Azure Backup Server capacity planner to size MABS and storage.
- Use storage pools and tiered storage on MABS for performance and IOPS.
- Plan parallel backup jobs and validate that backup/restore times meet RPO/RTO.
- Ensure AVS vSAN datastore has capacity for restores.
- Configure NSGs and antivirus exclusions correctly for DPM agents.
Combining ASR and backup
From the available guidance, a combined pattern is:
- Use Azure Site Recovery for near-continuous replication and short retention (up to 15 days) to meet low RPO/RTO for disaster recovery and failover.
- Use MABS for:
- Long-term retention of VMware VMs (VM-level protection) to Azure.
- Application-aware backups of SQL Server workloads via DPM agents, with disk + cloud protection and long-term retention in the Recovery Services vault.
This combination provides:
- ASR for fast DR failover and short-term history.
- MABS for long-term, ransomware-resilient backups with many recovery points and application-level restores.
References: