rtumaykin / ssis-build

A set of utilities that allow to autonomously build a Visual Studio SSIS project (dtproj) into a deployment package (ispac), and deploy the package to an SSIS catalog
Apache License 2.0
52 stars 39 forks source link

Support Deployment to Azure Data Factory v2 SSIS #19

Closed fmms closed 5 years ago

fmms commented 6 years ago

To deploy into the data factory support for SQL Authentication is needed. So far the connection string was hard coded to use integrated windows authenticated for SQL Server on premise.

With this patch the project can be used for SSIS in ADFv2.