Skip to content

Commit e286533

Browse files
authored
Merge pull request #103205 from rayne-wiselman/raynefebruary3-4
addressing github issue
2 parents 2970717 + 9560eed commit e286533

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

articles/migrate/migrate-support-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For Azure Migrate to work with Azure you need these permissions before you start
6262
--- | --- | ---
6363
Create an Azure Migrate project | Your Azure account needs permissions to create a project. | Set up for [VMware](tutorial-prepare-vmware.md#assign-permissions-to-create-project), [Hyper-V](tutorial-prepare-hyper-v.md#assign-permissions-to-create-project), or [physical servers](tutorial-prepare-physical.md#assign-permissions-to-create-project).
6464
Register the Azure Migrate appliance | Azure Migrate uses a lightweight [Azure Migrate appliance](migrate-appliance.md) 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/><br/> - The first app communicates with Azure Migrate service endpoints.<br/><br/> - The second app accesses an Azure Key Vault created during registration to store Azure AD app info and appliance configuration settings. | Set up for [VMware](tutorial-prepare-vmware.md#assign-permissions-to-register-the-appliance), [Hyper-V](tutorial-prepare-hyper-v.md#assign-permissions-to-register-the-appliance), or [physical servers](tutorial-prepare-physical.md#assign-permissions-to-register-the-appliance).
65-
Create a key vault for VMware agentless migration | To migrate VMware VMs with agentless 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 to set permissions (Owner, or Contributor and User Access Administrator) on the resource group in which the Azure Migrate project resides. | [Set up](tutorial-prepare-vmware.md#assign-role-assignment-permissions) permissions.
65+
Create a key vault for VMware agentless migration | To migrate VMware VMs with agentless 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 to set permissions (Owner, or Contributor and User Access Administrator) on the resource group in which the Azure Migrate project resides. | [Set up](tutorial-prepare-vmware.md#assign-permissions-to-create-a-key-vault) permissions.
6666

6767
## Supported geographies
6868

articles/migrate/resources-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ You identify the tool you need, and add it to an Azure Migrate project. If you
5757
- In each tool, there's an option to connect to Azure Migrate. Follow the tool instructions and documentation, to connect the tool with Azure Migrate.
5858
You centrally track your migration journey from within the Azure Migrate project, across Azure and other tools.
5959

60-
### How do I delete a project?
60+
## How do I delete a project?
6161

6262
[Learn how to](how-to-delete-project.md) delete a project.
6363

6464

65+
## Do machines retain domain identity after migration?
6566

66-
67-
67+
Assuming that domain services are [integrated into Azure](https://docs.microsoft.com/azure/architecture/reference-architectures/identity/), then domain membership, and machine identity in the domain, is retained after migration.
6868

6969
## Next steps
7070
Read the [Azure Migrate overview](migrate-services-overview.md).

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ If this is the first VM you're replicating in the Azure Migrate project, Azure M
179179
- **Service bus**: Azure Migrate Server Migration uses the service bus to send replication orchestration messages to the appliance.
180180
- **Gateway storage account**: Server Migration uses the gateway storage account to store state information about the VMs being replicated.
181181
- **Log storage account**: The Azure Migrate appliance uploads replication logs for VMs to a log storage account. Azure Migrate applies the replication information to the replica managed disks.
182-
- **Key vault**: The Azure Migrate appliance uses the key vault to manage connection strings for the service bus, and access keys for the storage accounts used in replication. You should have set up the permissions that the key vault needs to access the storage account when you prepared. [Review these permissions](tutorial-prepare-vmware.md#assign-role-assignment-permissions).
182+
- **Key vault**: The Azure Migrate appliance uses the key vault to manage connection strings for the service bus, and access keys for the storage accounts used in replication. You should have set up the permissions that the key vault needs to access the storage account when you prepared. [Review these permissions](tutorial-prepare-vmware.md#assign-permissions-to-create-a-key-vault).
183183

184184

185185
## Track and monitor

articles/migrate/tutorial-prepare-vmware.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: Prepare VMware VMs for assessment/migration with Azure Migrate
33
description: Learn how to prepare for assessment/migration of VMware VMs with Azure Migrate.
4-
author: rayne-wiselman
5-
ms.service: azure-migrate
64
ms.topic: tutorial
75
ms.date: 11/19/2019
8-
ms.author: raynew
96
ms.custom: mvc
107
---
118

@@ -40,6 +37,10 @@ You need these permissions.
4037
**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.
4138

4239

40+
41+
42+
43+
4344
### Assign permissions to create project
4445

4546
1. In the Azure portal, open the subscription, and select **Access control (IAM)**.
@@ -75,9 +76,9 @@ The tenant/global admin can grant permissions as follows
7576

7677
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).
7778

78-
### Assign role assignment permissions
79+
### Assign permissions to create a Key Vault
7980

80-
To enable Azure Migrate to create a Key Vault, assign role assignment permissions as follows:
81+
To enable Azure Migrate to create a Key Vault, assign permissions as follows:
8182

8283
1. In the resource group in the Azure portal, select **Access control (IAM)**.
8384
2. In **Check access**, find the relevant account, and click it to view permissions.

0 commit comments

Comments
 (0)