Skip to content

Commit 951cfc8

Browse files
authored
Merge pull request #103926 from bsiva/master
Correcting article.
2 parents f381ef9 + 1fb25bc commit 951cfc8

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
@@ -56,9 +56,6 @@ Before you begin this tutorial, you should:
5656
Set up Azure permissions before you can migrate with Azure Migrate Server Migration.
5757

5858
- **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-
6259

6360
### Assign permissions to create project
6461

@@ -68,51 +65,14 @@ Set up Azure permissions before you can migrate with Azure Migrate Server Migrat
6865
- If you just created a free Azure account, you're the owner of your subscription.
6966
- If you're not the subscription owner, work with the owner to assign the role.
7067

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

11070
### Check machine requirements for migration
11171

11272
Make sure machines comply with requirements for migration to Azure.
11373

11474
> [!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.
11676
11777
1. [Verify](migrate-support-matrix-physical-migration.md#physical-server-requirements) physical server requirements.
11878
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

Comments
 (0)