An Azure backup service that provides built-in management at scale.
Hello Monamgiri, it sounds like you’re kicking off a pilot to replace Veeam with Azure Backup for your on-prem ESXi host. Here’s a high-level run-through you can use to get started:
- Pick the right tool:
- For VMware workloads on-prem, Microsoft Azure Backup Server (MABS) is the recommended solution.
- The MARS agent (Azure Backup agent) is great for files/folders on Windows servers but won’t do image-level VM backups.
- Prepare your MABS server:
- Stand up a Windows Server VM (2016/2019/2022) with at least 4 vCPU, 16 GB RAM, and local disks for caching + short-term storage.
- Ensure it has network visibility to your ESXi host (or vCenter) and outbound HTTPS to Azure.
- On the server, mount or carve out a dedicated volume for MABS’s protection storage.
- Install and register MABS:
- In the Azure portal, grab the Azure Backup Server install bits and vault registration details from your Recovery Services vault.
- Run the installer on your Windows VM, point it at your vault, and complete registration.
- Enable VMware protection:
- In the MABS console, install the VMware plugin and point it at your ESXi host (or vCenter) using appropriate credentials.
- MABS will discover your VMs and expose their disks for protection.
- Create protection groups and policies:
- Define a protection group, select the two pilot VMs, and choose the disks to back up.
- Set your schedule (e.g., daily increments, weekly fulls) and retention (for example 30 days of daily, 12 weeks of weekly).
- MABS V3 UR1 can run up to 8 parallel VM backup jobs by default, speeding things up.
- Monitor and test restores:
- Trigger a backup job manually, watch it in the MABS console and in the vault’s job history.
- Test a file-level restore and a full VM-level restore to validate your runbooks.
- Plan for future Azure migrations:
- Once you’ve tested your backup/restore, you can look at Azure Migrate to lift and shift those VMs into Azure.
- You’ll already have copies of your data in the vault, so you can fall back on them if needed.
A few best-practices and pointers:
- Use Geo-Redundant Storage (GRS) on your vault for higher durability.
- Safeguard your passphrase—the only way to decrypt your backups.
- Keep your MABS server patched and monitor job health via alerts in the vault.
- If you have more intensive retention or archive needs down the road, look at Azure Backup’s long-term retention tiers.
Reference docs:
• Azure Backup overview & storage options
Hope this Helps! Let me know if you need more details on any of these steps or have specific question. Thanks