|
1 | 1 | ---
|
2 | 2 | title: Prepare VMware VMs for assessment/migration with Azure Migrate
|
3 | 3 | description: Learn how to prepare for assessment/migration of VMware VMs with Azure Migrate.
|
4 |
| -author: rayne-wiselman |
5 |
| -ms.service: azure-migrate |
6 | 4 | ms.topic: tutorial
|
7 | 5 | ms.date: 11/19/2019
|
8 |
| -ms.author: raynew |
9 | 6 | ms.custom: mvc
|
10 | 7 | ---
|
11 | 8 |
|
@@ -37,7 +34,7 @@ You need these permissions.
|
37 | 34 | --- | ---
|
38 | 35 | **Create an Azure Migrate project** | Your Azure account needs permissions to create a project.
|
39 | 36 | **Register the Azure Migrate appliance** | Azure Migrate uses a lightweight Azure Migrate appliance to assess VMware VMs with Azure Migrate Server Assessment, and to run [agentless migration](server-migrate-overview.md) of VMware VMs with Azure Migrate Server Migration. This appliance discovers VMs, and sends VM metadata and performance data to Azure Migrate.<br/><br/>During registration, Azure Migrate creates two Azure Active Directory (Azure AD) apps that uniquely identify the appliance, and needs permissions to create these apps.<br/> - The first app communicates with Azure Migrate service endpoints.<br/> - The second app accesses an Azure Key Vault created during registration to store Azure AD app info and appliance configuration settings.
|
40 |
| -**Create a Key Vault** | To migrate VMware VMs with Azure Migrate Server Migration, Azure Migrate creates a Key Vault 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. |
| 37 | +**Create a Key Vault** | To migrate VMware VMs with Azure Migrate Server Migration, Azure Migrate creates a Key Vault to manage access keys to the replication storage account in your subscription. To create the vault, you need permissions on the resource group in which the Azure Migrate project resides. |
41 | 38 |
|
42 | 39 |
|
43 | 40 | ### Assign permissions to create project
|
@@ -75,9 +72,9 @@ The tenant/global admin can grant permissions as follows
|
75 | 72 |
|
76 | 73 | The tenant/global admin can assign the Application Developer role to an account. [Learn more](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-users-assign-role-azure-portal).
|
77 | 74 |
|
78 |
| -### Assign role assignment permissions |
| 75 | +### Assign permissions to create a Key Vault |
79 | 76 |
|
80 |
| -To enable Azure Migrate to create a Key Vault, assign role assignment permissions as follows: |
| 77 | +To enable Azure Migrate to create a Key Vault, assign permissions as follows: |
81 | 78 |
|
82 | 79 | 1. In the resource group in the Azure portal, select **Access control (IAM)**.
|
83 | 80 | 2. In **Check access**, find the relevant account, and click it to view permissions.
|
|
0 commit comments