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: articles/sql-data-warehouse/sql-data-warehouse-continuous-integration-and-deployment.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,8 @@ This simple tutorial outlines how to integrate your SQL Server Data tools (SSDT)
19
19
20
20
- Go through the [source control integration tutorial](https://docs.microsoft.com/azure/sql-data-warehouse/sql-data-warehouse-source-control-integration)
21
21
22
-
- Create a [self-hosted agent](https://docs.microsoft.com/azure/devops/pipelines/agents/agents?view=azure-devops#install) that has the SSDT Preview Bits (16.3 preview 2 and higher) installed for SQL Data Warehouse (preview)
23
-
24
22
- Set up and connect to Azure DevOps
25
23
26
-
> [!NOTE]
27
-
> SSDT is currently in preview where you will need to leverage a self-hosted agent. The
28
-
> Microsoft-hosted agents will be updated in the next few months.
29
24
30
25
## Continuous integration with Visual Studio build
31
26
@@ -44,13 +39,13 @@ This simple tutorial outlines how to integrate your SQL Server Data tools (SSDT)
44
39
At this point, you have a simple environment where any check-in to your source control repository master branch should automatically trigger a successful Visual Studio build of your database project. Validate the automation is working end to end by making a change in your local database project and checking in that change to your master branch.
45
40
46
41
47
-
## Continuous deployment with the Azure SQL Database deployment task
42
+
## Continuous deployment with the Azure SQL Data Warehouse (or Database) deployment task
48
43
49
-
1. Add a new task using the [Azure SQL Database deployment task](https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/sql-azure-dacpac-deployment?view=azure-devops) and fill in the required fields to connect to your target data warehouse. When this task runs, the DACPAC generated from the previous build process is deployed to the target data warehouse.
44
+
1. Add a new task using the [Azure SQL Database deployment task](https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/sql-azure-dacpac-deployment?view=azure-devops) and fill in the required fields to connect to your target data warehouse. When this task runs, the DACPAC generated from the previous build process is deployed to the target data warehouse. You can also use the [Azure SQL Datawarehouse deployment task](https://marketplace.visualstudio.com/items?itemName=ms-sql-dw.SQLDWDeployment)
2.When using a self-hosted agent, make sure you set your environment variable to use the correct SqlPackage.exe for SQL Data Warehouse. The path should look something like this:
48
+
2.If you are using a self-hosted agent, make sure you set your environment variable to use the correct SqlPackage.exe for SQL Data Warehouse. The path should look something like this:
0 commit comments