|
| 1 | +--- |
| 2 | +title: Quickstart to create an Azure Migrate project using an Azure Resource Manager template. |
| 3 | +description: In this quickstart, you learn how to create an Azure Migrate project using an Azure Resource Manager template (ARM template). |
| 4 | +ms.date: 04/23/2021 |
| 5 | +ms.topic: quickstart |
| 6 | +ms.custom: |
| 7 | + - subject-armqs |
| 8 | + - mode-arm |
| 9 | +--- |
| 10 | + |
| 11 | +# Quickstart: Create an Azure Migrate project using an ARM template |
| 12 | + |
| 13 | +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. |
| 14 | + |
| 15 | +This template creates an Azure Migrate project which will be used further for assessing and migrating your Azure on-premises servers, infrastructure, applications, and data. |
| 16 | + |
| 17 | +[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)] |
| 18 | + |
| 19 | +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. |
| 20 | + |
| 21 | +[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-migrate-project-create%2Fazuredeploy.json) |
| 22 | + |
| 23 | +## Prerequisites |
| 24 | + |
| 25 | +If you don't have an active Azure subscription, you can create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin. |
| 26 | + |
| 27 | +## Review the template |
| 28 | + |
| 29 | +The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/en-us/resources/templates/101-migrate-project-create/). |
| 30 | + |
| 31 | +:::code language="json" source="~/quickstart-templates/101-migrate-project-create/azuredeploy.json"::: |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +## Deploy the template |
| 36 | + |
| 37 | +To deploy the template, the **Subscription**, **Resource group**, **Project name**, and **Location** are required. |
| 38 | + |
| 39 | +1. To sign in to Azure and open the template, select the **Deploy to Azure** image. |
| 40 | + |
| 41 | + [](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-migrate-project-create%2Fazuredeploy.json) |
| 42 | + |
| 43 | +2. Select or enter the following values: |
| 44 | + |
| 45 | + :::image type="content" source="media/quickstart-create-migrate-project-template/create-migrate-project.png" alt-text="Template to create an Azure Migrate project."::: |
| 46 | + |
| 47 | + - **Subscription**: Select your Azure subscription. |
| 48 | + - **Resource group**: Select an existing group or select **Create new** to add a group. |
| 49 | + - **Location**: Defaults to the resource group's location and becomes unavailable after a |
| 50 | + resource group is selected. |
| 51 | + - **Migrate Project Name**: Provide a name for the vault. |
| 52 | + - **Location**: Select the location where you want to deploy the Azure Migrate project and its resources. |
| 53 | + |
| 54 | +3. Click **Review + create** button to start the deployment. |
| 55 | + |
| 56 | +## Validate the deployment |
| 57 | + |
| 58 | +To confirm that the Azure Migrate project was created, use the Azure Portal. |
| 59 | + |
| 60 | + |
| 61 | +1. Navigate to Azure Migrate by searching for **Azure Migrate** in the search bar on the Azure Portal. |
| 62 | +2. Click the **Discover, assess and migrate** button under the Windows, Linux and SQL Server tile. |
| 63 | +3. Select the **Azure subscription** and **Project** as per the values specified in the deployment. |
| 64 | + |
| 65 | + |
| 66 | +## Next steps |
| 67 | + |
| 68 | +In this quickstart, you created an Azure Migrate project. To learn more about Azure Migrate and its capabilities, |
| 69 | +continue to the Azure Migrate overview. |
| 70 | + |
| 71 | +> [!div class="nextstepaction"] |
| 72 | +> [Azure Migrate overview](migrate-services-overview.md) |
| 73 | +> |
0 commit comments