Skip to content

Files

46 lines (34 loc) · 3.36 KB

create-azure-ssis-integration-runtime-deploy-packages.md

File metadata and controls

46 lines (34 loc) · 3.36 KB
title description ms.service ms.subservice ms.topic ms.date author ms.author ms.custom
Deploy SSIS packages
Learn how to deploy and run SSIS packages in Azure Data Factory with the Azure-SSIS integrated runtime.
data-factory
integration-services
conceptual
10/22/2021
swinarko
sawinark
devx-track-azurepowershell

Deploy SSIS packages

After configuration of your Azure-SSIS integration runtime, you can deploy and run packages in Azure directly.

Using SSISDB

If you use SSISDB, you can deploy your packages into it and run them on your Azure-SSIS IR by using the Azure-enabled SSDT or SSMS tools. These tools connect to your database server via its server endpoint:

  • For an Azure SQL Database server, the server endpoint format is <server name>.database.windows.net.
  • For a managed instance with private endpoint, the server endpoint format is <server name>.<dns prefix>.database.windows.net.
  • For a managed instance with public endpoint, the server endpoint format is <server name>.public.<dns prefix>.database.windows.net,3342.

Using file system, Azure files, or MSDB

If you don't use SSISDB, you can deploy your packages into file system, Azure Files, or MSDB hosted by your Azure SQL Managed Instance and run them on your Azure-SSIS IR by using dtutil and AzureDTExec command-line utilities.

For more information, see Deploy SSIS projects/packages.

In both cases, you can also run your deployed packages on Azure-SSIS IR by using the Execute SSIS Package activity in Data Factory pipelines. For more information, see Invoke SSIS package execution as a first-class Data Factory activity.

Next steps

See other Azure-SSIS IR topics in this documentation: