Skip to content

Commit 289c20d

Browse files
authored
Update contoso-migration-tfs-vsts.md
1 parent 199acc5 commit 289c20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/migrate/contoso-migration-tfs-vsts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Here's how Contoso will complete the migration:
8989
> [!div class="checklist"]
9090
> * **Step 1: Create an Azure storage account**: This storage account will be used during the migration process.
9191
> * **Step 2: Upgrade TFS**: Contoso will upgrade their deployment to TFS 2018 Upgrade 2.
92-
> * **Step 3: Validate collection**: Contos will validate the TFS collection in preparation for migration.
92+
> * **Step 3: Validate collection**: Contoso will validate the TFS collection in preparation for migration.
9393
> * **Step 4: Build preparation file**: Contoso will create the migration files using the TFS Migration Tool.
9494
9595

@@ -234,7 +234,7 @@ With the validation complete, Contoso admins can use the TFS Migration Tool to b
234234

235235
With preparation in place, Contoso admins can now focus on the migration. After running the migration, they'll switch from using TFVC to Git for version control.
236236

237-
Before they start, the admins scheduls downtime with the dev team, to take the collection offline for migration. These are the steps for the migration process:
237+
Before they start, the admins schedule downtime with the dev team, to take the collection offline for migration. These are the steps for the migration process:
238238

239239
1. **Detach the collection**: They identity data for the collection resides in the TFS server configuration database while the collection is attached and online. When a collection is detached from the TFS server, it takes a copy of that identity data, and packages it with the collection for transport. Without this data, the identity portion of the import cannot be executed. It's recommended that the collection stay detached until the import has been completed, as there's no way to import the changes which occurred during the import.
240240
2. **Generate a backup**: The next step of the migration process is for them to generate a backup that can be imported into VSTS. Data-tier Application Component Packages (DACPAC), is a SQL Server feature that allows database changes to be packaged into a single file, and deployed to other instances of SQL. It can also be restored directly to VSTS, and is therefore used as the packaging method for getting collection data into the cloud. Contoso will use the SqlPackage.exe tool to generate the DACPAC. This tool is included in SQL Server Data Tools.

0 commit comments

Comments
 (0)