Skip to content

Commit ca7457c

Browse files
authored
Merge pull request #298792 from habibaum/24Apr-new-article
New article
2 parents 6d81cc1 + 8074c8a commit ca7457c

File tree

2 files changed

+138
-0
lines changed

2 files changed

+138
-0
lines changed
Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
---
2+
title: Use Azure Migrate in unsupported regions
3+
description: Describes and lists the regions that Azure Migrate doesn't support
4+
author: habiba
5+
ms.author: v-uhabiba
6+
ms.manager: ankitsurkar
7+
ms.service: azure-migrate
8+
ms.topic: troubleshooting
9+
ms.date: 04/24/2025
10+
ms.custom: reference_regions
11+
12+
---
13+
14+
# Use Azure Migrate in unsupported regions
15+
16+
Azure Migrate is a geo-level service that is deployed in at least one region of each geography. The service depends on other Azure services that need to be available before it can be deployed in a new region. As a result, it may not be available immediately when a region is launched. However, customers can still migrate their workloads to the new regions using the Azure Migrate service from a nearby region within the same geography.
17+
18+
## Migrate to a new Azure region
19+
20+
To support migration to a newly launched Azure region where Azure Migrate services aren't yet available, customers can create an Azure Migrate project in a nearby accessible region. For instance, customers planning to migrate to New Zealand North can establish their Azure Migrate project in Australia East. Starting the project in a different region captures and includes only the inventory data in the new project. The actual Virtual Machine disk data is transferred directly from the customer’s on-premises source to the intended target region during migration.
21+
22+
Azure provides multiple methods to facilitate seamless migration to a new region:
23+
24+
### Agentless migration for VMware (recommended)
25+
26+
- VMware Virtual Machines without using an agent by utilizing the Migration and Modernization tool. See, [Azure Migrate documentation](vmware/tutorial-migrate-vmware.md).
27+
- When using Azure Migrate’s replication wizard for the first time, specify the *new region* as the target region for migration.
28+
- Create the storage account used for replication in the new region.
29+
- For private endpoint configurations, manually create and configure the storage account in the new region with a Private Endpoint and associate it with the migration project.
30+
31+
### Agent-based migration
32+
33+
- **VMware**: Migrate VMware vSphere Virtual Machines using the agent-based Migration and Modernization tool. See, [Azure Migrate documentation](vmware/tutorial-migrate-vmware-agent.md).
34+
- **Hyper-V**: Migrate Hyper-V Virtual Machines to Azure using the Migration and Modernization tool. See, [Azure Migrate documentation](tutorial-migrate-hyper-v.md).
35+
- **Physical machines**: Migrate physical servers to Azure using the Migration and Modernization tool. See, [Azure Migrate documentation](tutorial-migrate-physical-virtual-machines.md).
36+
37+
## Known issues
38+
39+
This section outlines known issues related to migrating virtual machines to a new region using Azure’s agentless and agent-based migration methods. The information is provided to assist users in troubleshooting errors that may occur during these processes.
40+
41+
**Agentless Migration**
42+
43+
Enabling replication encounters the following failure initially but succeeds upon retrying:
44+
45+
The provided location `<new region>` - isn't available for resource type.
46+
`Microsoft.Resources/deploymentScripts`
47+
48+
List of available regions for the resource type:
49+
- East Asia
50+
- South East Asia
51+
- Australia East
52+
- Australia South East
53+
- Brazil South
54+
- Canada Central
55+
- Canada East
56+
- Switzerland North
57+
- Germany West Central
58+
- East US2, East US, Central US, North Central US
59+
- France Central
60+
- UK south, UK west
61+
- Central India, South India, Jio India West
62+
- Italy North
63+
- Japan East, Japan West
64+
- Korea Central, Korea South
65+
- Mexico Central
66+
- North Europe
67+
- Norway East
68+
- Poland Central
69+
- Qatar Central
70+
- Spain Central
71+
- Sweden Central
72+
- UAE North
73+
- West Central US
74+
- West Europe
75+
- West US2, West US, South Central US, West US3,
76+
- South Africa North
77+
- Central US euap, East US2 euap,
78+
- Taiwan North, Taiwan North West.
79+
80+
This error happens because the deployment scripts functionality might not be available when the region launches. However, retrying the replication process after a short interval should fix the issue.
81+
82+
**SQL Virtual Machine registration error**
83+
84+
When migrating a Virtual Machine with SQL Server, if you select the option to register with the SQL Virtual Machine resource provider, you encounter the following error:
85+
86+
The virtual machine couldn't be registered with the SQL Virtual Machine Resource Provider. Azure error message: No registered resource provider found for `<new region>` and API version '2017-03-01-preview' for type 'Locations/registerSqlVmCandidate`.
87+
88+
The supported api-versions:
89+
90+
- 2017-03-01-preview
91+
- 2021-11-01-preview
92+
- 2022-02-01-preview
93+
- 2022-02-01
94+
- 2022-07-01-preview
95+
- 2022-08-01-preview
96+
- 2023-01-01-preview
97+
- 2023-10-01
98+
99+
The supported locations:
100+
101+
- Australia Central, Australia Central2, Australia East, Australia South East
102+
- Brazil South
103+
- Canada Central, Canada East,
104+
- Central India
105+
- Central US
106+
- East Asia
107+
- East US, East US2
108+
- France Central, France South
109+
- Germany West Central
110+
- Israel Central
111+
- Italy North
112+
- Japan East, Japan West
113+
- Jio India West
114+
- Korea Central, Korea South
115+
- Mexico Central
116+
- North Central US
117+
- North Europe
118+
- Norway East
119+
- Poland Central
120+
- Qatar Central
121+
- South Africa North,
122+
- South Central US
123+
- South India,
124+
- South East Asia,
125+
- Spain Central
126+
- Sweden Central
127+
- Switzerland North
128+
- UAE Central, UAE North
129+
- UK South, UK West
130+
- West Central US
131+
- West Europe
132+
- West India
133+
- West US, West US2, West US3.
134+
135+
> [!NOTE]
136+
> Despite this error, the Virtual Machine migration succeeds. However, users must know that the Virtual Machine won't be registered with the SQL Virtual Machine Resource Provider in the specified region.

articles/migrate/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ items:
343343
items:
344344
- name: Troubleshoot Azure Migrate projects
345345
href: troubleshoot-project.md
346+
- name: Azure Migrate in unsupported regions
347+
href: azure-migrate-unsupported-regions.md
346348
- name: Appliance configuration
347349
items:
348350
- name: Troubleshoot Azure Migrate appliance

0 commit comments

Comments
 (0)