You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migrate/tutorial-migrate-physical-virtual-machines.md
+1-41Lines changed: 1 addition & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,6 @@ Before you begin this tutorial, you should:
56
56
Set up Azure permissions before you can migrate with Azure Migrate Server Migration.
57
57
58
58
-**Create a project**: Your Azure account needs permissions to create an Azure Migrate project.
59
-
-**Register the Azure Migrate replication appliance**: The replication appliance creates and registers an Azure Active Directory app in your Azure account. Delegate permissions for this.
60
-
-**Create Key Vault**: To migrate machines, Azure Migrate creates a Key Vault in the resource group, to manage access keys to the replication storage account in your subscription. To create the vault, you need role assignment permissions on the resource group in which the Azure Migrate project resides.
61
-
62
59
63
60
### Assign permissions to create project
64
61
@@ -68,51 +65,14 @@ Set up Azure permissions before you can migrate with Azure Migrate Server Migrat
68
65
- If you just created a free Azure account, you're the owner of your subscription.
69
66
- If you're not the subscription owner, work with the owner to assign the role.
70
67
71
-
### Assign permissions to register the replication appliance
72
-
73
-
For agent-based migration, delegate permissions for Azure Migrate Server Migration to create and register an Azure AD app in your account. You can assign permissions using one of the following methods:
74
-
75
-
- A tenant/global admin can grant permissions to users in the tenant, to create and register Azure AD apps.
76
-
- A tenant/global admin can assign the Application Developer role (that has the permissions) to the account.
77
-
78
-
It's worth noting that:
79
-
80
-
- The apps don't have any other access permissions on the subscription other than those described above.
81
-
- You only need these permissions when you register a new replication appliance. You can remove the permissions after the replication appliance is set up.
82
-
83
-
84
-
#### Grant account permissions
85
-
86
-
The tenant/global admin can grant permissions as follows
87
-
88
-
1. In Azure AD, the tenant/global admin should navigate to **Azure Active Directory** > **Users** > **User Settings**.
89
-
2. The admin should set **App registrations** to **Yes**.
90
-
91
-

92
-
93
-
> [!NOTE]
94
-
> This is a default setting that isn't sensitive. [Learn more](https://docs.microsoft.com/azure/active-directory/develop/active-directory-how-applications-are-added#who-has-permission-to-add-applications-to-my-azure-ad-instance).
95
-
96
-
#### Assign Application Developer role
97
-
98
-
The tenant/global admin can assign the Application Developer role to an account. [Learn more](../active-directory/fundamentals/active-directory-users-assign-role-azure-portal.md).
99
-
100
-
## Assign permissions to create Key Vault
101
-
102
-
Assign role assignment permissions on the resource group in which the Azure Migrate project resides, as follows:
103
-
104
-
1. In the resource group in the Azure portal, select **Access control (IAM)**.
105
-
2. In **Check access**, find the relevant account, and click it to view permissions. You need **Owner** (or **Contributor** and **User Access Administrator**) permissions.
106
-
3. If you don't have the required permissions, request them from the resource group owner.
107
-
108
68
## Prepare for migration
109
69
110
70
### Check machine requirements for migration
111
71
112
72
Make sure machines comply with requirements for migration to Azure.
113
73
114
74
> [!NOTE]
115
-
> Agent-based migration with Azure Migrate Server Migration is based on features of the Azure Site Recovery service. Some requirements might link to Site Recovery documentation.
75
+
> Agent-based migration with Azure Migrate Server Migration, has the same replication architecture as the agent based disaster recovery feature of the Azure Site Recovery service, and some of the components used share the same code base. Some requirements might link to Site Recovery documentation.
116
76
117
77
1.[Verify](migrate-support-matrix-physical-migration.md#physical-server-requirements) physical server requirements.
118
78
2. Verify VM settings. On-premises machines that you replicate to Azure must comply with [Azure VM requirements](migrate-support-matrix-physical-migration.md#azure-vm-requirements).
0 commit comments