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
Correcting article. Some of the requirements dont apply to the agent based replication method used for Physical servers and were incorrectly copied over from the article for the agentless replication of VMware virtual machines method.
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
@@ -60,9 +60,6 @@ Before you begin this tutorial, you should:
60
60
Set up Azure permissions before you can migrate with Azure Migrate Server Migration.
61
61
62
62
-**Create a project**: Your Azure account needs permissions to create an Azure Migrate project.
63
-
-**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.
64
-
-**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.
65
-
66
63
67
64
### Assign permissions to create project
68
65
@@ -72,51 +69,14 @@ Set up Azure permissions before you can migrate with Azure Migrate Server Migrat
72
69
- If you just created a free Azure account, you're the owner of your subscription.
73
70
- If you're not the subscription owner, work with the owner to assign the role.
74
71
75
-
### Assign permissions to register the replication appliance
76
-
77
-
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:
78
-
79
-
- A tenant/global admin can grant permissions to users in the tenant, to create and register Azure AD apps.
80
-
- A tenant/global admin can assign the Application Developer role (that has the permissions) to the account.
81
-
82
-
It's worth noting that:
83
-
84
-
- The apps don't have any other access permissions on the subscription other than those described above.
85
-
- You only need these permissions when you register a new replication appliance. You can remove the permissions after the replication appliance is set up.
86
-
87
-
88
-
#### Grant account permissions
89
-
90
-
The tenant/global admin can grant permissions as follows
91
-
92
-
1. In Azure AD, the tenant/global admin should navigate to **Azure Active Directory** > **Users** > **User Settings**.
93
-
2. The admin should set **App registrations** to **Yes**.
94
-
95
-

96
-
97
-
> [!NOTE]
98
-
> 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).
99
-
100
-
#### Assign Application Developer role
101
-
102
-
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).
103
-
104
-
## Assign permissions to create Key Vault
105
-
106
-
Assign role assignment permissions on the resource group in which the Azure Migrate project resides, as follows:
107
-
108
-
1. In the resource group in the Azure portal, select **Access control (IAM)**.
109
-
2. In **Check access**, find the relevant account, and click it to view permissions. You need **Owner** (or **Contributor** and **User Access Administrator**) permissions.
110
-
3. If you don't have the required permissions, request them from the resource group owner.
111
-
112
72
## Prepare for migration
113
73
114
74
### Check machine requirements for migration
115
75
116
76
Make sure machines comply with requirements for migration to Azure.
117
77
118
78
> [!NOTE]
119
-
> 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.
79
+
> 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.
120
80
121
81
1.[Verify](migrate-support-matrix-vmware.md#agent-based-migration-vmware-server-requirements) VMware server requirements.
122
82
2.[Verify](migrate-support-matrix-vmware.md#agent-based-migration-vmware-vm-requirements) VM support requirements for migration.
0 commit comments