Skip to content

Commit 162b3f3

Browse files
authored
Merge pull request #153078 from Clare-Zheng82/0402updateUI_SSIS_IR
Update Screenshots and Text in "Provision the Azure-SSIS integration runtime" doc
2 parents 6037c0b + 3b2d943 commit 162b3f3

8 files changed

+18
-18
lines changed
-106 KB
Loading
-52.6 KB
Loading
-39.6 KB
Loading
Loading
2.03 KB
Loading
-4.97 KB
Loading
19.7 KB
Loading

articles/data-factory/tutorial-deploy-ssis-packages-azure.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to provision the Azure-SSIS integration runtime in Azure
44
ms.service: data-factory
55
ms.topic: tutorial
66
ms.custom: seo-lt-2019
7-
ms.date: 02/22/2021
7+
ms.date: 04/02/2021
88
author: swinarko
99
ms.author: sawinark
1010
---
@@ -65,23 +65,23 @@ After your data factory is created, open its overview page in the Azure portal.
6565

6666
### From the Data Factory overview
6767

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

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

7272
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.
7373

7474
### From the authoring UI
7575

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

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

8080
1. Select **New** to create an Azure-SSIS IR and open the **Integration runtime setup** pane.
8181

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

84-
1. In the **Integration runtime setup** pane, select the **Lift-and-shift existing SSIS packages to execute in Azure** tile, and then select **Next**.
84+
1. In the **Integration runtime setup** pane, select the **Lift-and-shift existing SSIS packages to execute in Azure** tile, and then select **Continue**.
8585

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

@@ -111,7 +111,7 @@ On the **General settings** page of **Integration runtime setup** pane, complete
111111

112112
1. For **Save Money**, select the Azure Hybrid Benefit option for your integration runtime: **Yes** or **No**. Select **Yes** if you want to bring your own SQL Server license with Software Assurance to benefit from cost savings with hybrid use.
113113

114-
1. Select **Next**.
114+
1. Select **Continue**.
115115

116116
### Deployment settings page
117117

@@ -153,7 +153,7 @@ If you select the check box, complete the following steps to bring your own data
153153

154154
1. For **Catalog Database Service Tier**, select the service tier for your database server to host SSISDB. Select the Basic, Standard, or Premium tier, or select an elastic pool name.
155155

156-
Select **Test connection** when applicable and if it's successful, select **Next**.
156+
Select **Test connection** when applicable and if it's successful, select **Continue**.
157157

158158
#### Creating Azure-SSIS IR package stores
159159

@@ -172,7 +172,7 @@ On the **Add package store** pane, complete the following steps.
172172
1. For **Package store linked service**, select your existing linked service that stores the access information for file system/Azure Files/Azure SQL Managed Instance where your packages are deployed or create a new one by selecting **New**. On the **New linked service** pane, complete the following steps.
173173

174174
> [!NOTE]
175-
> You can use either **Azure File Storage** or **File System** linked services to access Azure Files. If you use **Azure File Storage** linked service, Azure-SSIS IR package store supports only **Basic** (not **Account key** nor **SAS URI**) authentication method for now. To use **Basic** authentication on **Azure File Storage** linked service, you can append `?feature.upgradeAzureFileStorage=false` to the ADF portal URL in your browser. Alternatively, you can use **File System** linked service to access Azure Files instead.
175+
> You can use either **Azure File Storage** or **File System** linked services to access Azure Files. If you use **Azure File Storage** linked service, Azure-SSIS IR package store supports only **Basic** (not **Account key** nor **SAS URI**) authentication method for now.
176176
177177
![Deployment settings for linked services](./media/tutorial-create-azure-ssis-runtime-portal/deployment-settings-linked-service.png)
178178

@@ -183,8 +183,8 @@ On the **Add package store** pane, complete the following steps.
183183
1. For **Type**, select **Azure File Storage**, **Azure SQL Managed Instance**, or **File System**.
184184

185185
1. You can ignore **Connect via integration runtime**, since we always use your Azure-SSIS IR to fetch the access information for package stores.
186-
187-
1. If you select **Azure File Storage**, complete the following steps.
186+
187+
1. If you select **Azure File Storage**, for **Authentication method**, select **Basic**, and then complete the following steps.
188188

189189
1. For **Account selection method**, select **From Azure subscription** or **Enter manually**.
190190

@@ -194,29 +194,29 @@ On the **Add package store** pane, complete the following steps.
194194

195195
1. If you select **Azure SQL Managed Instance**, complete the following steps.
196196

197-
1. Select **Connection string** to enter it manually or your **Azure Key Vault** where it's stored as a secret.
197+
1. Select **Connection string** or your **Azure Key Vault** where it's stored as a secret.
198198

199199
1. If you select **Connection string**, complete the following steps.
200+
1. For **Account selection method**, if you choose **From Azure subscription**, select the relevant **Azure subscription**, **Server name**, **Endpoint type** and **Database name**. If you choose **Enter manually**, complete the following steps.
201+
1. For **Fully qualified domain name**, enter `<server name>.<dns prefix>.database.windows.net` or `<server name>.public.<dns prefix>.database.windows.net,3342` as the private or public endpoint of your Azure SQL Managed Instance, respectively. If you enter the private endpoint, **Test connection** isn't applicable, since ADF UI can't reach it.
200202

201-
1. For **Fully qualified domain name**, enter `<server name>.<dns prefix>.database.windows.net` or `<server name>.public.<dns prefix>.database.windows.net,3342` as the private or public endpoint of your Azure SQL Managed Instance, respectively. If you enter the private endpoint, **Test connection** isn't applicable, since ADF UI can't reach it.
202-
203-
1. For **Database name**, enter `msdb`.
203+
1. For **Database name**, enter `msdb`.
204204

205205
1. For **Authentication type**, select **SQL Authentication**, **Managed Identity**, or **Service Principal**.
206206

207-
1. If you select **SQL Authentication**, enter the relevant **Username** and **Password** or select your **Azure Key Vault** where it's stored as a secret.
207+
- If you select **SQL Authentication**, enter the relevant **Username** and **Password** or select your **Azure Key Vault** where it's stored as a secret.
208208

209-
1. If you select **Managed Identity**, grant your ADF managed identity access to your Azure SQL Managed Instance.
209+
- If you select **Managed Identity**, grant your ADF managed identity access to your Azure SQL Managed Instance.
210210

211-
1. If you select **Service Principal**, enter the relevant **Service principal ID** and **Service principal key** or select your **Azure Key Vault** where it's stored as a secret.
211+
- If you select **Service Principal**, enter the relevant **Service principal ID** and **Service principal key** or select your **Azure Key Vault** where it's stored as a secret.
212212

213213
1. If you select **File system**, enter the UNC path of folder where your packages are deployed for **Host**, as well as the relevant **Username** and **Password** or select your **Azure Key Vault** where it's stored as a secret.
214214

215215
1. Select **Test connection** when applicable and if it's successful, select **Create**.
216216

217217
1. Your added package stores will appear on the **Deployment settings** page. To remove them, select their check boxes, and then select **Delete**.
218218

219-
Select **Test connection** when applicable and if it's successful, select **Next**.
219+
Select **Test connection** when applicable and if it's successful, select **Continue**.
220220

221221
### Advanced settings page
222222

@@ -236,7 +236,7 @@ On the **Advanced settings** page of **Integration runtime setup** pane, complet
236236

237237
1. Select **Continue**.
238238

239-
On the **Summary** page of **Integration runtime setup** pane, review all provisioning settings, bookmark the recommended documentation links, and select **Finish** to start the creation of your integration runtime.
239+
On the **Summary** page of **Integration runtime setup** pane, review all provisioning settings, bookmark the recommended documentation links, and select **Create** to start the creation of your integration runtime.
240240

241241
> [!NOTE]
242242
> Excluding any custom setup time, this process should finish within 5 minutes.

0 commit comments

Comments
 (0)