Migrate VM1 to VNet1 with Azure Site Recovery | Exam AZ-101 Answer

Migrating VM1 to VNet1 using Azure Site Recovery

Question

DRAG DROP -

You have an Azure subscription that contains the following resources:

-> a virtual network named VNet1

-> a replication policy named ReplPolicy1

-> a Recovery Services vault named Vault1

-> an Azure Storage account named Storage1

You have an Amazon Web Services (AWS) EC2 virtual machine named VM1 that runs Windows Server 2016.

You need to migrate VM1 to VNet1 by using Azure Site Recovery.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Explanations

Explanation

Step 1: Deploy an EC2 virtual machine as a configuration server

Prepare source include:

1. Use an EC2 instance that's running Windows Server 2012 R2 to create a configuration server and register it with your recovery vault.

2. Configure the proxy on the EC2 instance VM you're using as the configuration server so that it can access the service URLs.

Step 2: Install Azure Site Recovery Unified Setup.

Download Microsoft Azure Site Recovery Unified Setup. You can download it to your local machine and then copy it to the VM you're using as the configuration server.

Step 3: Enable replication for VM1.

Enable replication for each VM that you want to migrate. When replication is enabled, Site Recovery automatically installs the Mobility service.

https://docs.microsoft.com/en-us/azure/site-recovery/migrate-tutorial-aws-azure

To migrate VM1 to VNet1 using Azure Site Recovery, the following three actions should be performed in sequence:

  1. Create a Site Recovery vault in Azure and configure replication for VM1 using the replication policy ReplPolicy1. This can be done using the Azure portal or PowerShell.

  2. Install the Azure Site Recovery Provider on VM1. This software is required for communication between the on-premises VM and the Azure Site Recovery service.

  3. Trigger a failover to migrate VM1 to VNet1. This can be done using the Azure portal or PowerShell. During the failover process, VM1 will be shut down, replicated to Azure, and restarted as an Azure VM in VNet1.

To summarize:

  1. Create a Site Recovery vault and configure replication for VM1 using ReplPolicy1.
  2. Install the Azure Site Recovery Provider on VM1.
  3. Trigger a failover to migrate VM1 to VNet1.

Note: Before starting the migration process, it's important to ensure that the prerequisites for Azure Site Recovery are met, including network connectivity between the on-premises VM and Azure, and proper permissions for the Azure resources.