You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migrate/migration-prerequisites.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: Complete migration prerequisites
3
-
description: Learn about what's required before you begin migration from on-premises to the cloud in Azure DevOps Services.
2
+
title: Complete Migration Prerequisites
3
+
description: Learn about requirements before you begin migration from on-premises to the cloud in Azure DevOps Services.
4
4
ms.topic: how-to
5
5
ms.subservice: azure-devops-migrate
6
6
ms.contentid:
7
7
ms.author: chcomley
8
8
author: chcomley
9
9
monikerRange: '<= azure-devops'
10
-
ms.date: 05/20/2024
10
+
ms.date: 07/29/2025
11
11
---
12
12
13
-
# Complete prerequisites for migration
13
+
# Complete migration prerequisites
14
14
15
15
As you move to the second phase of migrating to Azure DevOps Services with the Azure DevOps Data Migration Tool, you must complete the prerequisites for transferring your data to the cloud. If your organization already meets these prerequisites, you can skip this phase entirely.
16
16
@@ -33,6 +33,10 @@ Ensure your team has a functional Microsoft Entra ID tenant for authenticating m
33
33
> [!TIP]
34
34
> - We recommend that you use the same Microsoft Entra ID tenant as other Microsoft Cloud services. If your company already has Microsoft Entra ID, skip this step.
35
35
> - While Microsoft accounts (MSAs) work for Azure DevOps Services authentication, they can't be mapped during Azure DevOps Server database migration.
36
+
> - If your Microsoft Entra tenant has the **Restrict organization creation** policy enabled, any data import operation using the Azure DevOps Migration Tool fails unless the importing user is explicitly added to the allowlist. To ensure a successful import:
37
+
> - Temporarily add the importing user to the allowlist.
38
+
> - The user added to the allowlist must match the AccountOwner specified in the import.json file used for the migration.
39
+
> - For details on configuring the allowlist, see [Restrict organization creation](/azure/devops/organizations/accounts/azure-ad-tenant-policy-restrict-org-creation).
36
40
37
41
### Synchronize identities and groups with Microsoft Entra ID Connect
38
42
@@ -44,7 +48,7 @@ To set up the synchronization, do the following steps:
44
48
45
49
For more information on setting up Microsoft Entra ID Connect, see [Microsoft Entra Connect Sync](https://aka.ms/AzureADConnect).
46
50
47
-
Also, explore how you can configure Azure DevOps Services to use Microsoft Entra ID by visiting this page. Although the steps in that article don’t align exactly with your Team Foundation Server database migration, it serves as valuable reference information. The Data Migration Tool establishes the link to your Microsoft Entra ID tenant during the creation of your Azure DevOps Services organization at the start of the migration process.
51
+
Also, explore how you can configure Azure DevOps Services to use Microsoft Entra ID by visiting this page. Although the steps in that article don’t align exactly with your Azure DevOps Server database migration, it serves as valuable reference information. The Data Migration Tool establishes the link to your Microsoft Entra ID tenant during the creation of your Azure DevOps Services organization at the start of the migration process.
48
52
49
53
> [!NOTE]
50
54
> DirSync was a predecessor technology to Microsoft Entra ID Connect. Upgrade to Microsoft Entra ID Connect if you’re using DirSync.
0 commit comments