Skip to content

Commit 1fb25bc

Browse files
committed
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.
1 parent e21054c commit 1fb25bc

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

articles/migrate/tutorial-migrate-physical-virtual-machines.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ Before you begin this tutorial, you should:
6060
Set up Azure permissions before you can migrate with Azure Migrate Server Migration.
6161

6262
- **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-
6663

6764
### Assign permissions to create project
6865

@@ -72,51 +69,14 @@ Set up Azure permissions before you can migrate with Azure Migrate Server Migrat
7269
- If you just created a free Azure account, you're the owner of your subscription.
7370
- If you're not the subscription owner, work with the owner to assign the role.
7471

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-
![Azure AD permissions](./media/tutorial-migrate-physical-virtual-machines/aad.png)
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-
11272
## Prepare for migration
11373

11474
### Check machine requirements for migration
11575

11676
Make sure machines comply with requirements for migration to Azure.
11777

11878
> [!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.
12080
12181
1. [Verify](migrate-support-matrix-vmware.md#agent-based-migration-vmware-server-requirements) VMware server requirements.
12282
2. [Verify](migrate-support-matrix-vmware.md#agent-based-migration-vmware-vm-requirements) VM support requirements for migration.

0 commit comments

Comments
 (0)