Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f652af

Browse files
committedApr 22, 2021
quick start templates
1 parent 39a1f49 commit 3f652af

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed
 
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
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+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](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+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](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+
>

‎articles/migrate/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
href: common-questions-discovery-assessment.md
1717
- name: Server Migration tool
1818
href: common-questions-server-migration.md
19+
name: Quickstarts
20+
items:
21+
- name: Create a project - ARM template
22+
href: quickstart-create-migrate-project.md
1923
- name: Tutorials
2024
items:
2125
- name: Discover

0 commit comments

Comments
 (0)
Please sign in to comment.