Skip to content

Commit e9b6198

Browse files
Merge pull request #313778 from jobingeorge-microsoft/patch-16
Include AVS machines for preparing for migration
2 parents b6b72d8 + f0adc27 commit e9b6198

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

articles/migrate/prepare-for-migration.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Prepare machines for migration with Azure Migrate
3-
description: Learn how to prepare on-premises machines for migration with Azure Migrate.
3+
description: Learn how to prepare on-premises or Azure VMware Solution machines for migration with Azure Migrate.
44
author: sunishvohra-ms
55
ms.author: sunishvohra
66
ms.manager: vijain
@@ -9,12 +9,12 @@ ms.reviewer: v-uhabiba
99
ms.topic: how-to
1010
ms.date: 04/17/2025
1111
ms.custom: engagement-fy25
12-
# Customer intent: As a cloud architect, I want to prepare on-premises machines for migration to Azure so that I can ensure a seamless and compliant transition of workloads to the cloud environment.
12+
# Customer intent: As a cloud architect, I want to prepare on-premises or Azure VMware Solution machines for migration to Azure so that I can ensure a seamless and compliant transition of workloads to the cloud environment.
1313
---
1414

15-
# Prepare on-premises machines for migration to Azure
15+
# Prepare on-premises or Azure VMware Solution machines for migration to Azure
1616

17-
This article describes how to prepare on-premises machines before you migrate them to Azure using the [Migration and modernization](/azure/migrate/common-questions-server-migration) tool.
17+
This article describes how to prepare on-premises or Azure VMware Solution (AVS) machines before you migrate them to Azure using the [Migration and modernization](/azure/migrate/common-questions-server-migration) tool.
1818

1919
In this article, you:
2020
> * Review migration limitations.
@@ -102,7 +102,7 @@ By default, Azure VMs are assigned drive D: to use as temporary storage.
102102

103103
Configure this setting manually as follows:
104104

105-
1. On the on-premises machine (not the host server), open an elevated command prompt.
105+
1. On the on-premises or Azure VMware Solution VM (not the host server), open an elevated command prompt.
106106
2. Enter **diskpart**.
107107
3. Enter **SAN**. If the drive letter of the guest operating system isn't maintained, **Offline All** or **Offline Shared** is returned.
108108
4. At the **DISKPART** prompt, enter **SAN Policy=OnlineAll**. This setting ensures that disks are brought online, and it ensures that you can read and write to both disks.
@@ -160,7 +160,7 @@ Review the list of [required packages](/azure/virtual-machines/extensions/agent-
160160

161161
## Check Azure VM requirements
162162

163-
On-premises machines that you replicate to Azure must comply with Azure VM requirements for the operating system and architecture, the disks, network settings, and VM naming.
163+
On-premises or AVS machines that you replicate to Azure must comply with Azure VM requirements for the operating system and architecture, the disks, network settings, and VM naming.
164164

165165
Before migrating, review the Azure VMs requirements for [VMware](migrate-support-matrix-vmware-migration.md#azure-vm-requirements), [Hyper-V](migrate-support-matrix-hyper-v-migration.md#azure-vm-requirements), and [physical server](migrate-support-matrix-physical-migration.md#azure-vm-requirements) migration.
166166

@@ -171,19 +171,19 @@ Azure VMs are created during migration to Azure. After migration, you must be ab
171171

172172
### Prepare to connect to Azure Windows VMs
173173

174-
On on-premises Windows machines:
174+
On on-premises or AVS Windows machines:
175175

176176
1. Configure Windows settings. Settings include removing any static persistent routes or WinHTTP proxy.
177177
2. Make sure [required services](/azure/virtual-machines/windows/prepare-for-upload-vhd-image#check-the-windows-services) are running.
178-
3. Enable remote desktop (RDP) to allow remote connections to the on-premises machine. Learn how to [use PowerShell to enable RDP](/azure/virtual-machines/windows/prepare-for-upload-vhd-image#update-remote-desktop-registry-settings).
179-
4. To access an Azure VM over the internet after migration, in Windows Firewall on the on-premises machine, allow TCP and UDP in the Public profile, and set RDP as an allowed app for all profiles.
180-
5. If you want to access an Azure VM over a site-to-site VPN after migration, in Windows Firewall on the on-premises machine, allow RDP for the Domain and Private profiles. Learn how to [allow RDP traffic](/azure/virtual-machines/windows/prepare-for-upload-vhd-image#configure-windows-firewall-rules).
181-
6. Make sure there are no Windows updates pending on the on-premises VM when you migrate. If there are, updates might start installing on the Azure VM after migration, and you won't be able to sign into the VM until updates finish.
178+
3. Enable remote desktop (RDP) to allow remote connections to the source (on-premises or AVS) machine. Learn how to [use PowerShell to enable RDP](/azure/virtual-machines/windows/prepare-for-upload-vhd-image#update-remote-desktop-registry-settings).
179+
4. To access an Azure VM over the internet after migration, in Windows Firewall on the source (on-premises or AVS) machine, allow TCP and UDP in the Public profile, and set RDP as an allowed app for all profiles.
180+
5. If you want to access an Azure VM over a site-to-site VPN after migration, in Windows Firewall on the source (on-premises or AVS) machine, allow RDP for the Domain and Private profiles. Learn how to [allow RDP traffic](/azure/virtual-machines/windows/prepare-for-upload-vhd-image#configure-windows-firewall-rules).
181+
6. Make sure there are no Windows updates pending on the source (on-premises or AVS) VM when you migrate. If there are, updates might start installing on the Azure VM after migration, and you won't be able to sign into the VM until updates finish.
182182

183183

184184
### Prepare to connect with Linux Azure VMs
185185

186-
On on-premises Linux machines:
186+
On on-premises or AVS Linux machines:
187187

188188
1. Check that the Secure Shell service is set to start automatically on system boot.
189189
2. Check that firewall rules allow an SSH connection.
@@ -192,7 +192,7 @@ On on-premises Linux machines:
192192

193193
After migration, complete these steps on the Azure VMs that are created:
194194

195-
1. To connect to the VM over the internet, assign a public IP address to the VM. You must use a different public IP address for the Azure VM than you used for your on-premises machine. [Learn more](../virtual-network/ip-services/virtual-network-public-ip-address.md).
195+
1. To connect to the VM over the internet, assign a public IP address to the VM. You must use a different public IP address for the Azure VM than you used for your on-premises or AVS machine. [Learn more](../virtual-network/ip-services/virtual-network-public-ip-address.md).
196196
2. Check that network security group (NSG) rules on the VM allow incoming connections to the RDP or SSH port.
197197
3. Check [boot diagnostics](/troubleshoot/azure/virtual-machines/boot-diagnostics#enable-boot-diagnostics-on-existing-virtual-machine) to view the VM.
198198

0 commit comments

Comments
 (0)