Skip to content

Commit fd1684a

Browse files
committed
VMware migration
1 parent ff33bb2 commit fd1684a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/migrate/how-to-migrate-vmware-vms-with-cmk-disks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate VMware VMs to Azure with server-side encryptio
44
author: jyothisuri
55
ms.author: jsuri
66
ms.topic: how-to
7-
ms.date: 12/12/2022
7+
ms.date: 05/31/2023
88
ms.custom: devx-track-azurepowershell, engagement-fy23
99

1010
---
@@ -15,7 +15,7 @@ ms.custom: devx-track-azurepowershell, engagement-fy23
1515

1616
This article describes how to migrate VMware VMs to Azure virtual machines with disks encrypted using server-side encryption(SSE) with customer-managed keys(CMK), using Migration and modernization (agentless replication).
1717

18-
The Migration and modernization portal experience lets you [migrate VMware VMs to Azure with agentless replication.](tutorial-migrate-vmware.md) The portal experience currently doesn't offer the ability to turn on SSE with CMK for your replicated disks in Azure. The ability to turn on SSE with CMK for the replicated disks is currently available only through REST API. In this article, you'll see how to create and deploy an [Azure Resource Manager template](../azure-resource-manager/templates/overview.md) to replicate a VMware VM and configure the replicated disks in Azure to use SSE with CMK.
18+
The Migration and modernization portal experience lets you [migrate VMware VMs to Azure with agentless replication.](tutorial-migrate-vmware.md) The portal experience supports DES/CMK. DES should be created before starting replication and must be provided while starting replication. It cannot be provided at the time of migration. In this article, you'll see how to create and deploy an [Azure Resource Manager template](../azure-resource-manager/templates/overview.md) to replicate a VMware VM and configure the replicated disks in Azure to use SSE with CMK.
1919

2020
The examples in this article use [Azure PowerShell](/powershell/azure/new-azureps-module-az) to perform the tasks needed to create and deploy the Resource Manager template.
2121

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: piyushdhore-microsoft
55
ms.author: piyushdhore
66
ms.manager: vijain
77
ms.topic: tutorial
8-
ms.date: 12/12/2022
8+
ms.date: 05/31/2023
99
ms.custom: mvc, engagement-fy23
1010
---
1111

@@ -55,6 +55,9 @@ After setting up the appliance and completing discovery, you can begin replicati
5555
- You can run up to 500 replications simultaneously.
5656
- In the portal, you can select up to 10 VMs at once for migration. To migrate more machines, add them to groups in batches of 10.
5757

58+
> [!Note]
59+
> Azure Migrate doesn't support agentless migration of VMware VMs with VMDK containing non-ASCII characters.
60+
5861
Enable replication as follows:
5962

6063
1. In the Azure Migrate project > **Servers, databases and web apps** > **Migration and modernization**, select **Replicate**.

0 commit comments

Comments
 (0)