An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
Hello Penumarthi Dora Krishna,
Setting up Azure Site Recovery (ASR) to protect your ISIM Virtual Appliance (v10.0.2.4) from on-prem to Azure involves three main phases: preparing your Azure and on-prem environments, enabling replication, and running/test failovers. Here’s a high-level, step-by-step guide you can adapt—followed by some questions to fine-tune the details.
- Create and configure your Recovery Services vault • In the Azure Portal, search for “Recovery Services vault” and click Create. • Pick your subscription, resource group, vault name, and region. • Once created, open the vault and select “Site Recovery” → “Prepare Infrastructure.”
- Prepare the Azure target environment • Ensure you have a resource group, storage account, and virtual network (vNet + subnet) in your target region. • In the vault’s “Target” settings, select your subscription, specify the Resource Manager model, choose your storage account, and map the Azure network/subnet where the ISIM VM will land.
- Prepare the on-premises source environment • Stand up a Windows Server (2019 or later) on-prem to act as the ASR Configuration Server (also installs the Process Server). • From the vault’s “Source” blade, download the Unified Setup installer. • Open ports 443 and 9443 outbound, allow the required Azure URLs (backup, replication, Entra ID, storage). • Run the installer as Local Admin, accept prerequisites, point to your MySQL location (the installer includes MySQL), and register with the vault using the downloaded vault key. • Copy and securely store the auto-generated passphrase—you’ll need it to enable VM replication.
- Install the Mobility Service on the ISIM VA • You can push-install the Mobility Service from the vault (Settings → Configuration Servers → YourServer → Migrate). • Or manually install the agent on the ISIM VM, providing the passphrase and pointing to your Configuration Server’s hostname/FQDN.
- Configure a replication policy • In the vault, go to “Site Recovery → Replication policies” and either use the default or create a new policy. • Define snapshot frequency, retention window, app-consistent snapshot options, and network encryption settings.
- Enable replication for your ISIM VM • In the vault under “Site Recovery → Replicated items,” click “+ Replicate.” • Select your Configuration Server, source VM (ISIM), target Azure subscription, target resource group, storage account, network mappings, and replication policy. • Review and confirm—initial replication will start.
- Monitor initial replication • In “Replicated items,” watch for the replication health status to go to “Healthy.” • Ensure the RPO (Recovery Point Objective) meets your SLA.
- Create and test a Recovery Plan • Under “Site Recovery → Recovery Plans,” click “+ Recovery Plan.” • Add your ISIM VM, specify start-up order (if you have multi-tier dependencies), and assign any automation/runbooks if needed. • Run a Test Failover to your Azure test network—this validates connectivity without disrupting production.
- Perform planned or unplanned failovers • For a drill, use Planned Failover (shuts down the source VM, synchronizes changes, then brings Azure VM up). • For real outages, use Failover. After Azure VM is running and validated, Commit to finalize failover. • When primary is back online, run Failback to push changes back on-prem.
Follow-Up Questions
To tailor these steps precisely for your environment, can you confirm:
- Which hypervisor hosts your ISIM VA (VMware vSphere, Hyper-V, physical)?
- Have you already deployed an ASR Configuration Server on-prem?
- How do you connect on-prem to Azure (site-to-site VPN or ExpressRoute)?
- What Azure region, resource group, and vNet/subnet do you plan to use?
- Do you have any existing Availability Sets or Recovery Plans for other workloads?
Reference List
- Backup and data recovery for Azure Stack with the Infrastructure Backup Service https://docs.microsoft.com/azure-stack/operator/azure-stack-backup-infrastructure-backup
- Replicate a virtual machine to Azure (Azure-to-Azure tutorial) https://docs.microsoft.com/azure/site-recovery/azure-to-azure-tutorial-enable-replication
- Set up replication for applications like SQL, SAP, AD https://docs.microsoft.com/azure/site-recovery/site-recovery-workload
- VMware-to-Azure disaster recovery with PowerShell https://docs.microsoft.com/azure/site-recovery/vmware-azure-disaster-recovery-powershell
- Configure disaster recovery for on-premises physical servers https://docs.microsoft.com/azure/site-recovery/physical-azure-disaster-recovery
- Replicate Azure Stack VMs to Azure using Azure Site Recovery https://docs.microsoft.com/azure/site-recovery/azure-stack-site-recovery
Hope this helps! Thanks