Skip to content

Commit 3696614

Browse files
committed
Fixed warnings
1 parent f8261cc commit 3696614

25 files changed

+235
-251
lines changed

articles/migrate/concepts-vmware-agentless-migration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: piyushdhore
66
ms.manager: vijain
77
ms.topic: concept-article
88
ms.service: azure-migrate
9-
ms.date: 02/03/2025
9+
ms.date: 05/12/2025
1010
ms.custom: vmware-scenario-422, engagement-fy24
1111
---
1212
# Agentless migration architecture
@@ -17,7 +17,7 @@ This article describes the replication concepts when migrating VMware VMs using
1717

1818
The agentless replication option works by using VMware snapshots and VMware changed block tracking (CBT) technology to replicate data from virtual machine disks. The following block diagram shows you various steps involved when you migrate your virtual machines using the Migration and modernization tool.
1919

20-
![Migration steps.](../media/concepts-vmware-agentless-migration/migration-phases.png)
20+
![Migration steps.](./media/concepts-vmware-agentless-migration/migration-phases.png)
2121

2222
When replication is configured for a virtual machine, it first goes through an initial replication phase. During initial replication, a VM snapshot is taken, and a full copy of data from the snapshot disks is replicated to managed disks in your target subscription.
2323

@@ -169,7 +169,7 @@ We use the following constraints to ensure that we don't exceed the IOPS limits
169169

170170
Azure Migrate supports concurrent replication of 500 virtual machines. When you're planning to replicate more than 300 virtual machines, you must deploy a scale-out appliance. The scale-out appliance is similar to an Azure Migrate primary appliance but consists only of gateway agent to facilitate data transfer to Azure. The following diagram shows the recommended way to use the scale-out appliance.
171171

172-
![Scale-out configuration.](../media/concepts-vmware-agentless-migration/scale-out-configuration.png)
172+
![Scale-out configuration.](./media/concepts-vmware-agentless-migration/scale-out-configuration.png)
173173

174174

175175
You can deploy the scale-out appliance anytime after configuring the primary appliance, but isn't required until there are 300 VMs replicating concurrently. When there are 300 VMs replicating concurrently, you must deploy the scale-out appliance to proceed.
@@ -199,7 +199,7 @@ You could create a policy on the Azure Migrate appliance to throttle replication
199199
> [!NOTE]
200200
> This is applicable to all the replicating VMs from the Azure Migrate appliance simultaneously.
201201
202-
You can also increase and decrease replication bandwidth based on a schedule using the [sample script](../common-questions-server-migration.md).
202+
You can also increase and decrease replication bandwidth based on a schedule using the [sample script](common-questions-server-migration.md).
203203

204204
### Blackout window
205205

articles/migrate/context/vmware-context.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

articles/migrate/how-to-automate-migration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ ms.author: vijain
66
ms.manager: kmadnani
77
ms.service: azure-migrate
88
ms.topic: how-to
9-
ms.date: 08/20/2024
9+
ms.date: 05/09/2025
1010
ms.custom: vmware-scenario-422, engagement-fy23
1111
---
1212

1313

1414
# Scale migration of VMware VMs
1515

16-
This article helps you understand how to use scripts to migrate large number of VMware virtual machines (VMs) using the agentless method. To scale migrations, you use [Azure Migrate PowerShell module](./tutorial-migrate-vmware-powershell.md).
16+
This article helps you understand how to use scripts to migrate large number of VMware virtual machines (VMs) using the agentless method. To scale migrations, you use [Azure Migrate PowerShell module](tutorial-migrate-vmware-powershell.md).
1717

18-
[!INCLUDE [scenario-banner.md](../includes/scenario-banner.md)]
1918

2019
The Azure Migrate VMware migration automation scripts are available for download in the [Azure PowerShell Samples](https://github.com/Azure/azure-docs-powershell-samples/tree/master/azure-migrate/migrate-at-scale-vmware-agentles) repo on GitHub. The scripts can be used to migrate VMware VMs to Azure using the agentless migration method. The Azure Migrate PowerShell commands used in these scripts are documented [here](./tutorial-migrate-vmware-powershell.md).
2120

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,17 @@ description: Learn how to migrate VMware VMs to Azure with server-side encryptio
44
author: SnehaSudhirG
55
ms.author: sudhirsneha
66
ms.topic: how-to
7-
ms.date: 10/20/2024
7+
ms.date: 05/09/2025
88
ms.custom: vmware-scenario-422, devx-track-azurepowershell, engagement-fy25
99

1010
---
1111

12-
13-
1412
# Migrate VMware VMs to Azure VMs enabled with server-side encryption and customer-managed keys
1513

1614
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).
1715

18-
[!INCLUDE [scenario-banner.md](../includes/scenario-banner.md)]
1916

20-
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.
17+
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.
2118

2219
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.
2320

@@ -26,7 +23,7 @@ The examples in this article use [Azure PowerShell](/powershell/azure/new-azurep
2623
## Prerequisites
2724

2825
- [Review the tutorial](tutorial-migrate-vmware.md) on migration of VMware VMs to Azure with agentless replication to understand tool requirements.
29-
- [Follow these instructions](../create-manage-projects.md) to create an Azure Migrate project and add the **Migration and modernization** tool to the project.
26+
- [Follow these instructions](create-manage-projects.md) to create an Azure Migrate project and add the **Migration and modernization** tool to the project.
3027
- [Follow these instructions](how-to-set-up-appliance-vmware.md) to set up the Azure Migrate appliance for VMware in your on-premises environment and complete discovery.
3128

3229
## Prepare for replication
@@ -252,7 +249,7 @@ uuid label name maxSizeInBytes
252249

253250
## Set up replication
254251

255-
You can now deploy the edited Resource Manager template to the project resource group to set up replication for the VM. Learn how to [deploy resource with Azure Resource Manager templates and Azure PowerShell](../../azure-resource-manager/templates/deploy-powershell.md)
252+
You can now deploy the edited Resource Manager template to the project resource group to set up replication for the VM. Learn how to [deploy resource with Azure Resource Manager templates and Azure PowerShell](../azure-resource-manager/templates/deploy-powershell.md)
256253

257254
```azurepowershell
258255
New-AzResourceGroupDeployment -ResourceGroupName $ProjectResourceGroup -TemplateFile "C:\Users\Administrator\Downloads\template.json"

0 commit comments

Comments
 (0)