You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
73
73
74
74
### From the authoring UI
75
75
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.
77
77
78
78

79
79
80
80
1. Select **New** to create an Azure-SSIS IR and open the **Integration runtime setup** pane.
81
81
82
82

83
83
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**.
85
85
86
86

87
87
@@ -111,7 +111,7 @@ On the **General settings** page of **Integration runtime setup** pane, complete
111
111
112
112
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.
113
113
114
-
1. Select **Next**.
114
+
1. Select **Continue**.
115
115
116
116
### Deployment settings page
117
117
@@ -153,7 +153,7 @@ If you select the check box, complete the following steps to bring your own data
153
153
154
154
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.
155
155
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**.
157
157
158
158
#### Creating Azure-SSIS IR package stores
159
159
@@ -172,7 +172,7 @@ On the **Add package store** pane, complete the following steps.
172
172
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.
173
173
174
174
> [!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.
176
176
177
177

178
178
@@ -183,8 +183,8 @@ On the **Add package store** pane, complete the following steps.
183
183
1. For **Type**, select **Azure File Storage**, **Azure SQL Managed Instance**, or **File System**.
184
184
185
185
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.
188
188
189
189
1. For **Account selection method**, select **From Azure subscription** or **Enter manually**.
190
190
@@ -194,29 +194,29 @@ On the **Add package store** pane, complete the following steps.
194
194
195
195
1. If you select **Azure SQL Managed Instance**, complete the following steps.
196
196
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.
198
198
199
199
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.
200
202
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`.
204
204
205
205
1. For **Authentication type**, select **SQL Authentication**, **Managed Identity**, or **Service Principal**.
206
206
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.
208
208
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.
210
210
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.
212
212
213
213
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.
214
214
215
215
1. Select **Test connection** when applicable and if it's successful, select **Create**.
216
216
217
217
1. Your added package stores will appear on the **Deployment settings** page. To remove them, select their check boxes, and then select **Delete**.
218
218
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**.
220
220
221
221
### Advanced settings page
222
222
@@ -236,7 +236,7 @@ On the **Advanced settings** page of **Integration runtime setup** pane, complet
236
236
237
237
1. Select **Continue**.
238
238
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.
240
240
241
241
> [!NOTE]
242
242
> Excluding any custom setup time, this process should finish within 5 minutes.
0 commit comments