Lesson 2: Create the Deployment Bundle in SSIS

Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory

In Lesson 1: Preparing to Create the Deployment Bundle, you created the Integration Services project named Deployment Tutorial, added the packages and supporting files to the project, and implemented configurations in packages.

In this lesson, you will create the deployment bundle, which is a folder that contains the items that you need to install packages on another computer. The deployment bundle will include a deployment manifest, copies of the packages, and copies of the supporting files from the Deployment Tutorial project. The deployment manifest lists the packages, miscellaneous files, and configurations in the deployment bundle.

You will also verify the file list in the deployment bundle and examine the contents of the manifest.

Estimated time to complete this lesson: 30 minutes

Lesson Tasks

This lesson contains the following tasks:

Start the Lesson

Step 1: Building the Deployment Utility