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
Copy file name to clipboardExpand all lines: articles/data-factory/how-to-configure-azure-ssis-ir-custom-setup.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,29 +257,17 @@ To provision or reconfigure your Azure-SSIS IR with custom setups using Azure Po
257
257
258
258
### Standard custom setup samples
259
259
260
-
To view and reuse some samples of standard custom setups, complete the following steps.
260
+
1. You can view and reuse some [samples of standard custom setups](https://github.com/Azure/Azure-DataFactory/tree/main/SamplesV2/SQLServerIntegrationServices/publicpreview/CustomSetupScript):
261
261
262
-
1. Connect to our Public Preview blob container using Azure Storage Explorer.
263
-
264
-
a. Under **Local and Attached**, right-click **Storage Accounts**, and then select **Connect to Azure Storage**.
265
-
266
-
:::image type="content" source="media/how-to-configure-azure-ssis-ir-custom-setup/custom-setup-image1.png" alt-text="Connect to Azure Storage":::
267
-
268
-
b. Select **Blob container**, select **Shared access signature URL (SAS)**, and then select **Next**.
269
-
270
-
c. In the **Blob container SAS URL** text box, enter the SAS URI for our Public Preview blob container below, select **Next**, and then select **Connect**.
d. In the left pane, select the connected **publicpreview** blob container, and then double-click the *CustomSetupScript* folder. In this folder are the following items:
262
+
a. In this folder are the following items:
275
263
276
264
* A *Sample* folder, which contains a custom setup to install a basic task on each node of your Azure-SSIS IR. The task does nothing but sleep for a few seconds. The folder also contains a *gacutil* folder, whose entire content (*gacutil.exe*, *gacutil.exe.config*, and *1033\gacutlrc.dll*) can be copied as is to your blob container.
277
265
278
266
* A *UserScenarios* folder, which contains several custom setup samples from real user scenarios. If you want to install multiple samples on your Azure-SSIS IR, you can combine their custom setup script (*main.cmd*) files into a single one and upload it with all of their associated files into your blob container.
279
267
280
268
:::image type="content" source="media/how-to-configure-azure-ssis-ir-custom-setup/custom-setup-image11.png" alt-text="Contents of the public preview blob container":::
281
269
282
-
e. Double-click the *UserScenarios* folder to find the following items:
270
+
b. Double-click the *UserScenarios* folder to find the following items:
283
271
284
272
* A *.NET FRAMEWORK 3.5* folder, which contains a custom setup script (*main.cmd*) to install an earlier version of the .NET Framework on each node of your Azure-SSIS IR. This version might be required by some custom components.
285
273
@@ -339,7 +327,7 @@ To view and reuse some samples of standard custom setups, complete the following
339
327
340
328
:::image type="content" source="media/how-to-configure-azure-ssis-ir-custom-setup/custom-setup-image12.png" alt-text="Folders in the user scenarios folder":::
341
329
342
-
f. To reuse these standard custom setup samples, copy the content of selected folder to your blob container.
330
+
c. To reuse these standard custom setup samples, copy the content of selected folder to your blob container.
343
331
344
332
1. When you provision or reconfigure your Azure-SSIS IR on ADF UI, select the **Customize your Azure-SSIS Integration Runtime with additional system configurations/component installations** check box on the **Advanced settings** page of **Integration runtime setup** pane. Next, enter the SAS URI of your blob container in the **Custom setup container SAS URI** text box.
0 commit comments