Skip to content

Commit 15ac963

Browse files
authored
Merge pull request #16825 from v-sissondan/rebrand-23h2-migrate
Remove 23H2 references - Azure Migrate
2 parents 8d533fe + b32bbd3 commit 15ac963

7 files changed

+32
-32
lines changed

azure-local/migrate/migrate-cluster-new-hardware.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate to Azure Local on new hardware
33
description: Learn how to migrate to Azure Local on new hardware
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 01/16/2025
6+
ms.date: 02/03/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
@@ -85,7 +85,7 @@ Regardless of the OS version a VM may be running on, the minimum VM version supp
8585

8686
For VMs on Windows Server 2012 R2 or later, update all VMs to the latest VM version supported on the source hardware first before running the Robocopy migration script. This ensures all VMs are at least at version 5.0 for a successful VM import.
8787

88-
For VMs on Windows Server 2008 SP1, Windows Server 2008 R2-SP1, and Windows 2012, the VM version will be less than version 5.0. These VMs also use an .xml file for configuration instead of an .vcmx file. As such, a direct import of the VM to Azure Local is not supported. In these cases, you have two options, as detailed in [Migrating older VMs](#migrating-older-vms).
88+
For VMs on Windows Server 2008 SP1, Windows Server 2008 R2-SP1, and Windows 2012, the VM version will be less than version 5.0. These VMs also use an .xml file for configuration instead of a .vcmx file. As such, a direct import of the VM to Azure Local is not supported. In these cases, you have two options, as detailed in [Migrating older VMs](#migrating-older-vms).
8989

9090
### Updating the VM version
9191

azure-local/migrate/migrate-cluster-same-hardware.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ title: Migrate to Azure Local on same hardware
33
description: Learn how to migrate a system to Azure Local on the same hardware
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 01/16/2025
6+
ms.date: 02/03/2025
77
ms.author: alkohli
88
ms.reviewer: kerimha
99
---
1010

1111
# Migrate to Azure Local on same hardware
1212

13-
> Applies to: Azure Local 2311.2 and later; Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2008 R2
13+
> Applies to: Azure Local 2311.2 and later; Azure Stack HCI, version 22H2; Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2008 R2
1414
1515
[!INCLUDE [azure-local-banner-22h2](../includes/azure-local-banner-22h2.md)]
1616

17-
This topic describes how to migrate a Windows Server failover cluster to Azure Local using your existing machine hardware. This process installs the new operating system for Azure Local and retains your existing system settings and storage, and imports your VMs.
17+
This topic describes how to migrate a Windows Server failover cluster to Azure Local using your existing machine hardware. This process installs the new operating system for Azure Local and retains your existing system settings and storage, and imports your virtual machines (VMs).
1818

1919
The following diagram depicts migrating your Windows Server cluster in-place using the same machine hardware. After shutting down your system, Azure Local is installed, storage is reattached, and your VMs are imported and made highly available (HA).
2020

@@ -23,7 +23,7 @@ The following diagram depicts migrating your Windows Server cluster in-place usi
2323
To migrate your VMs to new Azure Local hardware, see [Migrate to Azure Local on new hardware](migrate-cluster-new-hardware.md).
2424

2525
> [!NOTE]
26-
> Migrating stretched clusters is not covered in this article.
26+
> Migrating stretched clusters isn't covered in this article.
2727
2828
## Before you begin
2929

@@ -40,7 +40,7 @@ There are several requirements and things to consider before you begin migration
4040
- Shut down your system VMs, offline CSVs, offline storage pools, and the system service.
4141
- Disable the Cluster Name Object (CNO) (it's reused later) and:
4242
- Check that the CNO has Create Object rights to its own Organizational Unit (OU)
43-
- Check that the block inherited policy has been set on the OU
43+
- Check that the block inherited policy is set on the OU
4444
- Set the required policy for Azure Local on this OU
4545

4646
## VM version support and update
@@ -60,7 +60,7 @@ Regardless of the OS version a VM may be running on, the minimum VM version supp
6060
|Windows Server 2022| |
6161
|Azure Local|9.0|
6262

63-
For VMs on Windows Server 2008 SP1, Windows Server 2008 R2-SP1, and Windows 2012 systems, direct migration to Azure Local is not supported. In these cases, you have two options:
63+
For VMs on Windows Server 2008 SP1, Windows Server 2008 R2-SP1, and Windows 2012 systems, direct migration to Azure Local isn't supported. In these cases, you have two options:
6464

6565
- Migrate these VMs to Windows Server 2012 R2 or later first, update the VM version, then begin the migration process.
6666

@@ -111,11 +111,11 @@ If using Windows Admin Center to create the Azure Local instance, the Create Clu
111111
For detailed information on how to create the system, see [Create an Azure Local instance using Windows Admin Center](../deploy/create-cluster.md).
112112

113113
> [!IMPORTANT]
114-
> Skip step **4.1 Clean drives** in the Create system wizard. Otherwise you will delete your existing VMs and storage.
114+
> Skip step **4.1 Clean drives** in the Create system wizard. Otherwise you'll delete your existing VMs and storage.
115115
116116
1. Start the Create Cluster wizard. When you get to **Step 4: Storage**:
117117

118-
1. Skip step **4.1 Clean drives**. Don't do this.
118+
1. Skip step **4.1 Clean drives**. Don't do this operation.
119119

120120
1. Step away from the wizard.
121121

@@ -144,7 +144,7 @@ Install-WindowsFeature -Name Hyper-V, Failover-Clustering, FS-Data-Deduplication
144144
For more information on how to create the system using PowerShell, see [Create an Azure Local instance using Windows PowerShell](../deploy/create-cluster-powershell.md).
145145

146146
> [!NOTE]
147-
> Re-use the same name for the previously disabled Cluster Name Object.
147+
> Reuse the same name for the previously disabled Cluster Name Object.
148148
149149
1. Run the cmdlet to create the system:
150150

@@ -161,11 +161,11 @@ For more information on how to create the system using PowerShell, see [Create a
161161
1. If migrating from Windows Server 2016, this also creates a new `ClusterperformanceHistory` ReFS volume and assigns it to the SDDC Cluster Resource Group.
162162
163163
> [!NOTE]
164-
> If a storage pool shows Minority Disk errors (viewable in Cluster Manager), re-run the `Enable-ClusterS2D -verbose` cmdlet.
164+
> If a storage pool shows Minority Disk errors (viewable in Cluster Manager), rerun the `Enable-ClusterS2D -verbose` cmdlet.
165165
166-
1. Using Cluster Manager, enable every CSV except the `ClusterperformanceHistory` volume, which is a ReFS volume (make sure this is not an ReFS CSV).
166+
1. Using Cluster Manager, enable every CSV except the `ClusterperformanceHistory` volume, which is a ReFS volume (make sure this isn't an ReFS CSV).
167167
168-
1. If migrating from Windows Server 2019, re-run the `Enable-ClusterS2D -verbose` cmdlet. This associates the `ClusterperformanceHistory` ReFS volume with the SDDC Cluster Resource Group.
168+
1. If migrating from Windows Server 2019, rerun the `Enable-ClusterS2D -verbose` cmdlet. This associates the `ClusterperformanceHistory` ReFS volume with the SDDC Cluster Resource Group.
169169
170170
1. Determine your current storage pool name and version by running the cmdlet:
171171
@@ -203,7 +203,7 @@ For more information on how to create the system using PowerShell, see [Create a
203203
```
204204
205205
> [!NOTE]
206-
> `ClusterFunctionalLevel` is automatically set to `10` and does not require updating due to new the operating system and cluster creation.
206+
> `ClusterFunctionalLevel` is automatically set to `10` and doesn't require updating due to new the operating system and cluster creation.
207207
208208
1. Update your storage pool as follows:
209209
@@ -215,7 +215,7 @@ For more information on how to create the system using PowerShell, see [Create a
215215
216216
If migrating from Windows Server 2016, Resilient File System (ReFS) volumes are supported, but such volumes don't benefit from performance enhancements in Azure Local from using mirror-accelerated parity (MAP) volumes. This enhancement requires a new ReFS volume to be created using the PowerShell `New-Volume` cmdlet.
217217
218-
For Windows Server 2016 MAP volumes, ReFS compaction wasn't available, so re-attaching these volumes is OK but will be less performant compared to creating a new MAP volume in an Azure Local instance.
218+
For Windows Server 2016 MAP volumes, ReFS compaction wasn't available, so reattaching these volumes is OK but will be less performant compared to creating a new MAP volume in an Azure Local instance.
219219
220220
## Import the VMs
221221

azure-local/migrate/migrate-enable-guest-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable guest management for migrated VMs (preview)
33
description: Learn how to enable guest management for migrated VMs (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 10/29/2024
6+
ms.date: 02/03/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
@@ -12,7 +12,7 @@ ms.reviewer: alkohli
1212

1313
[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]
1414

15-
This article describes how to enable guest management after migration for Arc virtual machines (VMs) running on Azure Local, version 23H2.
15+
This article describes how to enable guest management after migration for Arc virtual machines (VMs) running on Azure Local.
1616

1717
For more information on other scenarios, see [Manage Arc VMs on Azure Local](../manage/manage-arc-virtual-machines.md).
1818

@@ -26,7 +26,7 @@ Before you begin, complete the following:
2626

2727
- You have access to a deployed and registered Azure Local instance, with an Arc Resource Bridge and custom location configured.
2828

29-
- Your system is running Azure Local, version 23H2, release 2405 or later.
29+
- Your system is running Azure Local release 2405 or later.
3030

3131
- Azure CLI is installed on the Azure Local instance. For instructions, see [Install the Azure CLI for Windows](/cli/azure/install-azure-cli-windows?tabs=azure-cli).
3232

azure-local/migrate/migrate-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
title: FAQ - Migration of Hyper-V and VMware VMs to Azure Local using Azure Migrate (preview)
1313

1414
summary:
15-
The Azure Migrate based solution enables you to migrate VMs from Hyper-V and VMware to an Azure Local, version 23H2 instance. This FAQ answers questions you might have about the migration of a VM from a Hyper-V or a VMware VM to an Azure Local instance using Azure Migrate.
15+
The Azure Migrate based solution enables you to migrate VMs from Hyper-V and VMware to an Azure Local instance. This FAQ answers questions you might have about the migration of a VM from a Hyper-V or a VMware VM to an Azure Local instance using Azure Migrate.
1616

1717
Tabs have questions about **VMware and Hyper-V VMs**, **VMware VMs only**, and **Hyper-V VMs only**.
1818

@@ -32,7 +32,7 @@ sections:
3232
3333
Run `winrm quickconfig` to add `winrm` access through firewall as this doesn't happen automatically.
3434
35-
After you replicate and migrate the VM, set the VM version to the latest supported version on the target. For Azure Local, version 22H2, it's version 10.
35+
After you replicate and migrate the VM, set the VM version to the latest supported version on the target. For Azure Stack HCI, version 22H2, it's version 10.
3636
3737
> [!NOTE]
3838
> Migration is a one-way process and can't be reversed. The VM version can't be downgraded.

azure-local/migrate/migrate-hyperv-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Review requirements for Hyper-V VM migration to Azure Local using Azure M
33
description: Learn the system requirements for Hyper-V migration to Azure Local using Azure Migrate (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 12/12/2024
6+
ms.date: 02/03/2025
77
ms.author: alkohli
88
---
99

@@ -24,7 +24,7 @@ The following operating systems (OS) are supported for the source appliance, tar
2424
|---------|---------|
2525
|Source environment |Hyper-V on Windows Server 2022<br>Hyper-V on Windows Server 2019<br>Hyper-V on Windows Server 2016<br>Hyper-V on Windows Server 2012 R2 |
2626
|Source appliance |Windows Server 2022 |
27-
|Target environment |Azure Local, version 23H2 |
27+
|Target environment |Azure Local 2311.2 or later |
2828
|Target appliance |Windows Server 2022 |
2929
|Guest VM (Windows) |Windows Server 2022<br>Windows Server 2019<br>Windows Server 2016<br>Windows Server 2012 R2<br>Windows Server 2008 R2* |
3030
|Guest VM (Linux) | Red Hat Linux 6.x, 7.x<br>Ubuntu Server and Pro. 18.x<br>CentOS 7.x <br>SUSE Linux Enterprise 12.x<br>Debian 9.x |
@@ -76,9 +76,9 @@ For any subscriptions hosting resources used in migration, such as Azure Migrate
7676

7777
## Target Azure Local requirements
7878

79-
- The target operating system for your Azure Local instance must be running version 23H2.
79+
- The target system must be running Azure Local.
8080

81-
- An Arc Resource Bridge must exist on the Azure Local, version 23H2 system for migration. The Arc Resource Bridge is automatically created during the deployment. To verify that an Arc Resource Bridge exists on your Azure Local system, see [Deploy using Azure portal](../deploy/deploy-via-portal.md).
81+
- An Arc Resource Bridge must exist on the Azure Local system for migration. The Arc Resource Bridge is automatically created during the deployment. To verify that an Arc Resource Bridge exists on your Azure Local system, see [Deploy using Azure portal](../deploy/deploy-via-portal.md).
8282

8383
- Ensure that a logical network is configured on your Arc Resource Bridge. For more information, see [Create a logical network](../manage/create-logical-networks.md).
8484

azure-local/migrate/migrate-vmware-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Review requirements for VMware VM migration to Azure Local using Azure Mi
33
description: Learn the system requirements for VMware migration to Azure Local using Azure Migrate (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 12/12/2024
6+
ms.date: 02/03/2025
77
ms.author: alkohli
88
ms.custom: references_regions
99
---
@@ -25,7 +25,7 @@ The following operating systems (OSs) are supported for the VMware source applia
2525
|---------|---------|
2626
|Source environment |VMware vCenter Server version 8.0 <br>VMware vCenter Server version 7.0 <br> VMware vCenter Server version 6.7</br><br>VMware vCenter Server version 6.5 |
2727
|Source appliance |Windows Server 2022 |
28-
|Target environment |Azure Local, version 23H2 |
28+
|Target environment |Azure Local 2311.2 or later |
2929
|Target appliance |Windows Server 2022 |
3030
|Guest VM (Windows) |Windows Server 2022<br>Windows Server 2019<br>Windows Server 2016<br>Windows Server 2012 R2<br>Windows Server 2008 R2* |
3131
|Guest VM (Linux) | Red Hat Linux 6.x, 7.x<br>Ubuntu Server and Pro. 18.x<br>CentOS 7.x<br>SUSE Linux Enterprise 12.x<br>Debian 9.x |
@@ -73,9 +73,9 @@ For any subscriptions hosting resources used in migration, such as Azure Migrate
7373

7474
## Target Azure Local system requirements
7575

76-
- The target OS must be version 23H2 for Azure Local.
76+
- The target system must be running Azure Local.
7777

78-
- An Arc Resource Bridge must exist on Azure Local, version 23H2 for migration. The Arc Resource Bridge is automatically created during the deployment. To verify that an Arc Resource Bridge exists on your Azure Local system, see [Deploy using Azure portal](../deploy/deploy-via-portal.md).
78+
- An Arc Resource Bridge must exist on Azure Local for migration. The Arc Resource Bridge is automatically created during the deployment. To verify that an Arc Resource Bridge exists on your Azure Local system, see [Deploy using Azure portal](../deploy/deploy-via-portal.md).
7979

8080
- Make sure that a logical network is configured on your Arc Resource Bridge. For more information, see [Create a logical network](../manage/create-logical-networks.md).
8181

azure-local/migrate/migration-options-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ To migrate VM workloads and their data to your Azure Local instance, several opt
2727

2828
First party migration options are provided by Microsoft. These options are built into the Azure Local platform and are available to you at no additional cost. The following first party migration options are available:
2929

30-
- [Azure Migrate](./migration-azure-migrate-overview.md). This option is only available on systems running Azure Local, version 23H2.
30+
- [Azure Migrate](./migration-azure-migrate-overview.md). This option is only available on systems running Azure Local.
3131
- [For Hyper-V VMs](./migration-azure-migrate-overview.md).
3232
- [For VMware VMs](./migration-azure-migrate-vmware-overview.md).
3333

34-
- System Center Virtual Machine Manager (SCVMM). These options are only available on systems running Azure Local, version 22H2.
34+
- System Center Virtual Machine Manager (SCVMM). These options are only available on systems running Azure Stack HCI, version 22H2.
3535
- [For Hyper-V VMs](/system-center/vmm/deploy-manage-azure-stack-hci?view=sc-vmm-2022&preserve-view=true#step-8-migrate-vms-from-windows-server-to-azure-stack-hci-cluster)
3636
- [For VMware VMs](/system-center/vmm/deploy-manage-azure-stack-hci?view=sc-vmm-2022&preserve-view=true#step-9-migrate-vmware-workloads-to-azure-stack-hci-cluster-using-scvmm)
3737

@@ -47,7 +47,7 @@ Third party migration options are provided by Microsoft partners. These options
4747

4848
## Manual migration options
4949

50-
Manual migration options are provided by Microsoft. These options are available to you at no additional cost. These options are available only on systems running Azure Local, version 22H2.
50+
Manual migration options are provided by Microsoft. These options are available to you at no additional cost. These options are available only on systems running Azure Stack HCI, version 22H2.
5151

5252
The following manual migration options are available:
5353

0 commit comments

Comments
 (0)