Reputation: 358
Our project which is in TFS 2012 needs to be migrated to VSTS in azure. Belew are the complexities
As this is first time I am involved in such process I need thoughts, Links, Pros and Cons and process flow how to approach this migration.
Upvotes: 2
Views: 519
Reputation: 31083
When you decide to make the move from TFS into Team Services, you might start fresh with an empty account. Often, however, you will have existing code, work items, and other assets that you want to move. There are many approaches to doing this - some available now and some coming in the future. They vary in both the fidelity of the data transfer and the complexity of the process.
Option 1: Copy the most important assets manually
Here's the general process:
Option 2: Using public API-based tools for higher fidelity migration
The Team Foundation Server Integration Tools are freely available: Visual Studio Gallery download for TFS Integration Tools.
Various commercial options are available as well See Migration and integration solutions.
Option 3: High fidelity database migration:
The TFS/Team Services product team is hard at work on a higher fidelity migration tool.
More information, check this article: https://www.visualstudio.com/en-us/articles/adopting-vsts
Upvotes: 4