Skip to content

Commit 690cc49

Browse files
authored
Merge pull request #16854 from MicrosoftDocs/main
1/24/2025 AM Publish
2 parents b3b37e9 + 82ce142 commit 690cc49

File tree

8 files changed

+29
-11
lines changed

8 files changed

+29
-11
lines changed

azure-local/includes/azure-local-banner-22h2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ author: alkohli
33
ms.author: alkohli
44
ms.service: azure-local
55
ms.topic: include
6-
ms.date: 11/18/2024
6+
ms.date: 01/24/2025
77
ms.reviewer: alkohli
88
---
99

1010
> [!IMPORTANT]
11-
> Azure Stack HCI is now part of Azure Local. Product documentation renaming is in progress. However, older versions of Azure Stack HCI, for example 22H2 will continue to reference Azure Stack HCI and won't reflect the name change. [Learn more](https://aka.ms/azloc-promo).
11+
> Azure Stack HCI is now part of Azure Local. However, older versions of Azure Stack HCI, for example 22H2 will continue to reference Azure Stack HCI and won't reflect the name change. [Learn more](https://aka.ms/azloc-promo).
80.8 KB
Loading
80.8 KB
Loading

azure-local/migrate/migrate-faq.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ metadata:
88
ms.service: azure-local
99
ms.date: 01/23/2025
1010

11+
1112
title: FAQ - Migration of Hyper-V and VMware VMs to Azure Local using Azure Migrate (preview)
1213

1314
summary:
@@ -96,6 +97,10 @@ sections:
9697
9798
Both Linux and Windows VMs that have secure boot enabled aren't supported in this release.
9899
100+
### Can I use private endpoints with Azure Migrate for Azure Local migrations?
101+
102+
Private endpoint connectivity is not currently supported for Azure Migrate projects configured for migrations to Azure Local.
103+
99104
### How do I enable guest management on my migrated VMs?
100105
101106
First, ensure that the target Azure Local that hosts the migrated VMs is updated to 2405.1. This version contains a fix for guest enablement of migrated VMs. Then, follow the instructions in [Enable Guest Management on Arc VMs](migrate-enable-guest-management.md).
@@ -104,10 +109,7 @@ sections:
104109
105110
No, this is not a supported scenario with this release. Create a separate project for each source from which you wish to migrate.
106111
107-
### Can I use private endpoints to connect to my Azure Migrate project?
108-
109-
No, this is not a supported scenario with this release.
110-
112+
111113
## [VMware VMs only](#tab/vmware-vms)
112114
113115
### How many VMs can I replicate in parallel from VMware?

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Discover and replicate Hyper-V VMs for migration to Azure Local using Azu
33
description: Learn the discovery and replication process for Hyper-V VMs to Azure Local using Azure Migrate (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 10/28/2024
6+
ms.date: 12/16/2024
77
ms.author: alkohli
88
---
99

@@ -21,6 +21,8 @@ For more information on appliances for Azure Migrate and how to manage them, see
2121

2222
For both the source and target appliance, make sure that your hardware has sufficient resource to support the creation of a Windows Server 2022 VM with 16 GB RAM, 80 GB of disk storage, 8 vCPUs, and an external virtual switch.
2323

24+
Ensure all VMs that you wish to migrate are powered on and have [Hyper-V integration services](/windows-server/virtualization/hyper-v/manage/manage-hyper-v-integration-services) installed. Migration will fail if the VMs are not powered on and do not have Hyper-V integration services installed.
25+
2426
## Step 1: Create and configure the source appliance
2527

2628
### Generate the project key
@@ -47,6 +49,8 @@ After the appliance is configured, you start the VM discovery process.
4749

4850
Wait until you have a green checkmark indicating discovery is finished, then go to the Azure portal to review VM inventory.
4951

52+
Ensure that all VMs you want to migrate are powered on and have [Hyper-V integration services](/windows-server/virtualization/hyper-v/manage/manage-hyper-v-integration-services) installed before or during the discovery process.
53+
5054
## Step 2: Create and configure the target appliance
5155

5256
### Generate target appliance key
@@ -203,7 +207,7 @@ This step applies only if you downloaded the .zip file.
203207
1. On the **Specify intent** page:
204208
1. **What do you want to migrate** is automatically populated as **Servers or virtual machines (VM)**.
205209
1. Select **Azure Local** for **Where do you want to migrate to ?**
206-
1. Select **HYper-V** for the **Virtualization type**.
210+
1. Select **Hyper-V** for the **Virtualization type**.
207211
1. Select the source appliance as the **On-premises appliance** (source) used for discovery.
208212
1. When finished, select **Continue**.
209213

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

Lines changed: 5 additions & 1 deletion
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: 10/31/2024
6+
ms.date: 12/12/2024
77
ms.author: alkohli
88
---
99

@@ -56,6 +56,10 @@ For more information on Azure subscriptions and roles, see [Azure roles, Azure A
5656
|Tenant|Application administrator|
5757
|Subscription|Contributor, User Access Administrator|
5858

59+
For any subscriptions hosting resources used in migration, such as Azure Migrate project subscriptions and target Azure Local instance subscriptions, the **Microsoft.DataReplication** resource provider must be registered. For more information, see [register resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1).
60+
61+
:::image type="content" source="./media/migrate-hyperv-requirements/migrate-resource-providers.png" alt-text="Screenshot showing Azure Local Docs Subscription page." lightbox="./media/migrate-hyperv-requirements/migrate-resource-providers.png":::
62+
5963
## Source Hyper-V requirements
6064

6165
- Hyper-V Server is supported for both standalone server and cluster configuration.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Discover and replicate VMware VMs for migration to Azure Local using Azur
33
description: Learn the discovery and replication process for VMware VMs to Azure Local using Azure Migrate (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 10/28/2024
6+
ms.date: 12/16/2024
77
ms.author: alkohli
88
---
99

@@ -21,6 +21,8 @@ For more information on appliances for Azure Migrate and how to manage them, see
2121

2222
For both the source VMware vCenter Server and target Azure Local appliances, make sure that the underlying hardware has sufficient resources to support the creation of a Windows Server 2022 VM with a minimum of 16 GB RAM, 80 GB of disk storage (HDD), 8 vCPUs, and an external virtual switch.
2323

24+
Ensure all VMs that you wish to migrate are powered on and have VMware tools installed. Migration will fail if the VMs are not powered on and do not have VMware tools installed.
25+
2426
## Step 1: Create and configure the source VMware appliance
2527

2628
### Generate the project key
@@ -132,6 +134,8 @@ The information table is updated and the status changes to **Validated**.
132134
133135
Wait until you have a green checkmark indicating that the discovery is finished. The migration readiness checks are also completed successfully. After the discovery is complete, go to the Azure portal to review the VM inventory.
134136
137+
Ensure that all VMs you want to migrate are powered on and have VMware tools installed before or during the discovery process.
138+
135139
:::image type="content" source="./media/migrate-vmware-replicate/discovery-complete-1.png" alt-text="Screenshot showing that discovery is complete." lightbox="./media/migrate-vmware-replicate/discovery-complete-1.png":::
136140
137141
## Step 2: Create and configure the target appliance

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

Lines changed: 5 additions & 1 deletion
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: 10/28/2024
6+
ms.date: 12/12/2024
77
ms.author: alkohli
88
ms.custom: references_regions
99
---
@@ -57,6 +57,10 @@ For more information on Azure subscriptions and roles, see [Azure roles, Azure A
5757
|Tenant|Application administrator|
5858
|Subscription|Contributor, User Access Administrator|
5959

60+
For any subscriptions hosting resources used in migration, such as Azure Migrate project subscriptions and target Azure Local instance subscriptions, the **Microsoft.DataReplication** resource provider must be registered. For more information, see [register resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1).
61+
62+
:::image type="content" source="./media/migrate-vmware-requirements/migrate-resource-providers.png" alt-text="Screenshot showing Azure Local Docs Subscription page." lightbox="./media/migrate-vmware-requirements/migrate-resource-providers.png":::
63+
6064
## Source VMware server requirements
6165

6266
- The source VMware server used for migration should have sufficient resources to create a Windows Server 2022 VM with a minimum of 16 GB memory, 80 GB disk, and 8 vCPUs.

0 commit comments

Comments
 (0)