Skip to content

Commit

Permalink
Eliminate looping in SSIS IR creation sections
Browse files Browse the repository at this point in the history
The "Provision an Azure-SSIS integration runtime" covers initiation of the SSIS IR provisioning from the Let's get started UI. The following section, "Create an Azure-SSIS integration runtime" covers initiation of the SSIS IR creation from the Authoring UI, but then links back up to the previous section, which causes a re-entry to the Let's get started UI, and so on. This change will create a section which details the two ways by which a user can initiate the experience, both of which link to the following section which covers the common steps.
  • Loading branch information
druttka authored Jan 19, 2019
1 parent e2ea404 commit e2346ce
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions articles/data-factory/tutorial-deploy-ssis-packages-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,34 @@ In this tutorial, you complete the following steps:

1. Select **Author & Monitor** to open the Data Factory user interface (UI) on a separate tab.

## Provision an Azure-SSIS integration runtime
## Create an Azure-SSIS integration runtime

### From the Data Factory overview

1. On the **Let's get started** page, select the **Configure SSIS Integration Runtime** tile.

!["Configure SSIS Integration Runtime" tile](./media/tutorial-create-azure-ssis-runtime-portal/configure-ssis-integration-runtime-tile.png)

1. For the remaining steps to set up an Azure-SSIS IR, see the [Provision an Azure-SSIS integration runtime](#provision-an-azure-ssis-integration-runtime) section.

### From the Authoring UI

1. In the Azure Data Factory UI, switch to the **Edit** tab, select **Connections**, and then switch to the **Integration Runtimes** tab to view existing integration runtimes in your data factory.

![Selections for viewing existing IRs](./media/tutorial-create-azure-ssis-runtime-portal/view-azure-ssis-integration-runtimes.png)

1. Select **New** to create an Azure-SSIS IR.

![Integration runtime via menu](./media/tutorial-create-azure-ssis-runtime-portal/edit-connections-new-integration-runtime-button.png)

1. In the **Integration Runtime Setup** window, select **Lift-and-shift existing SSIS packages to execute in Azure**, and then select **Next**.

![Specify the type of integration runtime](./media/tutorial-create-azure-ssis-runtime-portal/integration-runtime-setup-options.png)

1. For the remaining steps to set up an Azure-SSIS IR, see the [Provision an Azure-SSIS integration runtime](#provision-an-azure-ssis-integration-runtime) section.

## Provision an Azure-SSIS integration runtime

1. On the **General Settings** page of **Integration Runtime Setup**, complete the following steps:

![General settings](./media/tutorial-create-azure-ssis-runtime-portal/general-settings.png)
Expand Down Expand Up @@ -147,22 +169,6 @@ In this tutorial, you complete the following steps:

![Links in the "Actions" column](./media/tutorial-create-azure-ssis-runtime-portal/azure-ssis-ir-actions.png)

## Create an Azure-SSIS integration runtime

1. In the Azure Data Factory UI, switch to the **Edit** tab, select **Connections**, and then switch to the **Integration Runtimes** tab to view existing integration runtimes in your data factory.

![Selections for viewing existing IRs](./media/tutorial-create-azure-ssis-runtime-portal/view-azure-ssis-integration-runtimes.png)

1. Select **New** to create an Azure-SSIS IR.

![Integration runtime via menu](./media/tutorial-create-azure-ssis-runtime-portal/edit-connections-new-integration-runtime-button.png)

1. In the **Integration Runtime Setup** window, select **Lift-and-shift existing SSIS packages to execute in Azure**, and then select **Next**.

![Specify the type of integration runtime](./media/tutorial-create-azure-ssis-runtime-portal/integration-runtime-setup-options.png)

1. For the remaining steps to set up an Azure-SSIS IR, see the [Provision an Azure-SSIS integration runtime](#provision-an-azure-ssis-integration-runtime) section.

## Deploy SSIS packages
Now, use SQL Server Data Tools (SSDT) or SQL Server Management Studio (SSMS) to deploy your SSIS packages to Azure. Connect to your Azure SQL Database server that hosts the SSIS Catalog (SSISDB database). The name of Azure SQL Database server is in the format `<servername>.database.windows.net`.

Expand Down

0 comments on commit e2346ce

Please # to comment.