Skip to content

Commit e3295df

Browse files
authored
Merge pull request #98046 from hyoshioka0128/patch-571
Typo "Azure Repo repository"→"Azure Repos repository"
2 parents d02b5ac + e2b7e7b commit e3295df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-source-control-integration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This tutorial outlines how to integrate your SQL Server Data Tools (SSDT) databa
2222

2323
## Set up and connect to Azure DevOps
2424

25-
1. In your Azure DevOps Organization, create a project that will host your SSDT database project via an Azure Repo repository.
25+
1. In your Azure DevOps Organization, create a project that will host your SSDT database project via an Azure Repos repository.
2626

2727
![Create Project](./media/sql-data-warehouse-source-control-integration/1-create-project-azure-devops.png "Create Project")
2828

@@ -60,28 +60,28 @@ For more information about connecting projects using Visual Studio, see the [Con
6060

6161
![Commit](./media/sql-data-warehouse-source-control-integration/6.5-commit-push-changes.png "Commit")
6262

63-
4. Now that you have the changes committed locally in the cloned repository, sync and push your changes to your Azure Repo repository in your Azure DevOps project.
63+
4. Now that you have the changes committed locally in the cloned repository, sync and push your changes to your Azure Repos repository in your Azure DevOps project.
6464

6565
![Sync and Push - staging](./media/sql-data-warehouse-source-control-integration/7-commit-push-changes.png "Sync and push - staging")
6666

6767
![Sync and Push](./media/sql-data-warehouse-source-control-integration/7.5-commit-push-changes.png "Sync and push")
6868

6969
## Validation
7070

71-
1. Verify changes have been pushed to your Azure Repo by updating a table column in your database project from Visual Studio SQL Server Data Tools (SSDT).
71+
1. Verify changes have been pushed to your Azure Repos by updating a table column in your database project from Visual Studio SQL Server Data Tools (SSDT).
7272

7373
![Validate update column](./media/sql-data-warehouse-source-control-integration/8-validation-update-column.png "Validate update column")
7474

7575
2. Commit and push the change from your local repository to your Azure Repo.
7676

7777
![Push changes](./media/sql-data-warehouse-source-control-integration/9-push-column-change.png "Push changes")
7878

79-
3. Verify the change has been pushed in your Azure Repo repository.
79+
3. Verify the change has been pushed in your Azure Repos repository.
8080

8181
![Verify](./media/sql-data-warehouse-source-control-integration/10-verify-column-change-pushed.png "Verify changes")
8282

83-
4. (**Optional**) Use Schema Compare and update the changes to your target dedicated SQL pool using SSDT to ensure the object definitions in your Azure Repo repository and local repository reflect your dedicated SQL pool.
83+
4. (**Optional**) Use Schema Compare and update the changes to your target dedicated SQL pool using SSDT to ensure the object definitions in your Azure Repos repository and local repository reflect your dedicated SQL pool.
8484

8585
## Next steps
8686

87-
- [Developing for dedicated SQL pool](sql-data-warehouse-overview-develop.md)
87+
- [Developing for dedicated SQL pool](sql-data-warehouse-overview-develop.md)

0 commit comments

Comments
 (0)