Skip to content

Files

Latest commit

Oct 22, 2021
6967f7e · Oct 22, 2021

History

History
72 lines (45 loc) · 3.93 KB

quickstart-create-migrate-project.md

File metadata and controls

72 lines (45 loc) · 3.93 KB
title description ms.date author manager ms.author ms.topic ms.custom
Quickstart to create an Azure Migrate project using an Azure Resource Manager template.
In this quickstart, you learn how to create an Azure Migrate project using an Azure Resource Manager template (ARM template).
04/23/2021
rahulg1190
bsiva
rahugup
quickstart
subject-armqs, mode-arm

Quickstart: Create an Azure Migrate project using an ARM template

This quickstart describes how to set up an Azure Migrate project Recovery by using an Azure Resource Manager template (ARM template). Azure Migrate provides a centralized hub to assess and migrate to Azure on-premises servers, infrastructure, applications, and data. Azure Migrate supports assessment and migration of on-premises VMware VMs, Hyper-V VMs, physical servers, other virtualized VMs, databases, web apps, and virtual desktops.

This template creates an Azure Migrate project that will be used further for assessing and migrating your Azure on-premises servers, infrastructure, applications, and data.

[!INCLUDE About Azure Resource Manager]

If your environment meets the prerequisites and you're familiar with using ARM templates, select the Deploy to Azure button. The template will open in the Azure portal.

Deploy to Azure

Prerequisites

If you don't have an active Azure subscription, you can create a free account before you begin.

Review the template

The template used in this quickstart is from Azure Quickstart Templates.

:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.migrate/migrate-project-create/azuredeploy.json":::

Deploy the template

To deploy the template, the Subscription, Resource group, Project name, and Location are required.

  1. To sign in to Azure and open the template, select the Deploy to Azure image.

    Deploy to Azure

  2. Select or enter the following values:

    :::image type="content" source="media/quickstart-create-migrate-project-template/create-migrate-project.png" alt-text="Template to create an Azure Migrate project.":::

    • Subscription: Select your Azure subscription.
    • Resource group: Select an existing group or select Create new to add a group.
    • Region: Defaults to the resource group's location and becomes unavailable after a resource group is selected.
    • Migrate Project Name: Provide a name for the vault.
    • Location: Select the location where you want to deploy the Azure Migrate project and its resources.
  3. Click Review + create button to start the deployment.

Validate the deployment

To confirm that the Azure Migrate project was created, use the Azure portal.

  1. Navigate to Azure Migrate by searching for Azure Migrate in the search bar on the Azure portal.
  2. Click the Discover, Assess, and Migrate button under the Servers, databases and web apps tile.
  3. Select the Azure subscription and Project as per the values specified in the deployment.

Next steps

In this quickstart, you created an Azure Migrate project. To learn more about Azure Migrate and its capabilities, continue to the Azure Migrate overview.

[!div class="nextstepaction"] Azure Migrate overview