Skip to content

Commit 948384a

Browse files
Merge pull request #8197 from MicrosoftDocs/users/chcomley/uuf-475727
UUF fix Migration docs
2 parents 37321ac + 2221f41 commit 948384a

File tree

2 files changed

+44
-23
lines changed

2 files changed

+44
-23
lines changed

docs/migrate/migration-get-started.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ai-usage: ai-assisted
88
ms.author: chcomley
99
author: chcomley
1010
monikerRange: '<= azure-devops'
11-
ms.date: 05/20/2024
11+
ms.date: 08/07/2025
1212
---
1313

1414
# Get started with Azure DevOps Data Migration Tool
@@ -58,7 +58,27 @@ When you migrate a team project collection SQL database, the Data Migration Tool
5858

5959
## Choose data center
6060

61-
When you set up your Azure DevOps Services organization, you can choose the location for your data. During initial sign-up and organization creation, select a region that suits your needs. To use later for migration, make a note of the region’s shorthand code. For more information, see Supported regions for migration.
61+
When you set up your Azure DevOps Services organization, you can choose the location for your data. During initial sign-up and organization creation, select a region that suits your needs. To use later for migration, make a note of the region's shorthand code.
62+
63+
> [!IMPORTANT]
64+
> Not all Azure regions support the Data Migration Tool. Setting up temporary SQL VMs or other migration infrastructure in unsupported regions can cause delays and require reconfiguration. Review the supported regions before proceeding with your migration planning.
65+
66+
### Supported Azure regions for migration
67+
68+
The following table lists the Azure regions that support the Azure DevOps Data Migration Tool:
69+
70+
| Region | Shorthand code |
71+
|--------|----------------|
72+
| Central US | CUS |
73+
| East US 2 | EUS2 |
74+
| West Europe | WE |
75+
| Australia East | AE |
76+
| Brazil South | BS |
77+
| South India | SI |
78+
| Asia Pacific (Hong Kong) | APE |
79+
| Canada Central | CC |
80+
81+
For the complete migration process and detailed region considerations, see [Supported Azure regions for migration](migration-test-run.md#supported-azure-regions-for-migration).
6282

6383
## Understand pricing
6484

docs/migrate/migration-overview.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.contentid: 3d6edd06-ceed-43b4-9e77-4a121864594c
77
ms.author: chcomley
88
author: chcomley
99
monikerRange: '<= azure-devops'
10-
ms.date: 02/18/2025
10+
ms.date: 08/07/2025
1111
---
1212

1313
# Migration overview
@@ -51,25 +51,23 @@ Before you initiate the migration process, the tools can perform a premigration
5151

5252
## Migration Tool limitations
5353

54-
The tool allows you to "lift and shift" one Azure DevOps Server Collection to one new Azure DevOps Service Organization, with no modifications for the following reasons:
55-
56-
- Data integrity and consistency:
57-
- When you migrate data, maintaining integrity and consistency is crucial. Allowing modifications during migration could lead to data corruption or inconsistencies.
58-
- The tool ensures that data remains intact during the transfer process, minimizing the risk of errors.
59-
- Source data preservation:
60-
- The migration tool aims to faithfully replicate the source data in the target environment.
61-
- Modifications could alter the original data, potentially causing discrepancies between the migrated data and the source data.
62-
- Predictable behavior:
63-
- By restricting modifications, the tool ensures predictable behavior during migration.
64-
- Users can rely on consistent results without unexpected changes.
65-
- Migration focus, not transformation:
66-
- The primary purpose of the migration tool is to move data from one location to another.
67-
- Data transformation, such as modifying values, typically gets handled separately after migration.
68-
- Supported migration scenarios:
69-
- Moving projects from one Azure DevOps Services organization to another Azure DevOps Services organization isn't currently supported.
70-
- Migrating from one Azure DevOps Server instance to another isn't supported.
71-
72-
You can purge data that you don’t need before or after the migration.
54+
The tool allows you to "lift and shift" one Azure DevOps Server Collection to one new Azure DevOps Services Organization, with no modifications for the following reasons:
55+
56+
### Why no modifications are allowed
57+
58+
- **Data integrity and consistency**: Modifications during migration could lead to data corruption or inconsistencies.
59+
- **Source data preservation**: The tool faithfully replicates source data without alterations that could cause discrepancies.
60+
- **Predictable behavior**: Restricting modifications ensures consistent, reliable migration results.
61+
- **Migration focus, not transformation**: The tool moves data; transformation happens separately after migration.
62+
63+
### Unsupported migration scenarios
64+
65+
- Moving projects from one Azure DevOps Services organization to another Azure DevOps Services organization
66+
- Migrating from one Azure DevOps Server instance to another Azure DevOps Server instance
67+
68+
### Regional limitations
69+
70+
The Data Migration Tool is only supported in specific Azure regions. Organizations must be created in supported regions, and any temporary infrastructure (such as SQL VMs for large migrations) must also be deployed in these regions. See [Supported regions for migration](migration-get-started.md#supported-azure-regions-for-migration) for the complete list.
7371

7472
## Migration Tool process
7573

@@ -81,9 +79,12 @@ You can purge data that you don’t need before or after the migration.
8179
1. Carry out a migration.
8280
1. Confirm that your users and data got migrated, and the collection is functioning as expected.
8381

82+
> [!TIP]
83+
> You can purge data that you don't need before or after the migration to reduce migration time and storage requirements.
84+
8485
## Option 3: API-based migration
8586

86-
If you can't use the Data Migration Tool but still want a higher fidelity migration than [Option 2](#option-2-azure-devops-data-migration-tool), consider using various tools that leverage public APIs to move data. These tools include extensions available at the [Visual Studio Marketplace](https://marketplace.visualstudio.com/azuredevops).
87+
If you can't use the Data Migration Tool but still want a higher fidelity migration than [Option 2](#option-2-azure-devops-data-migration-tool), consider using various tools that use public APIs to move data. These tools include extensions available at the [Visual Studio Marketplace](https://marketplace.visualstudio.com/azuredevops).
8788

8889
## API-based migration limitations
8990

0 commit comments

Comments
 (0)