Skip to content

Commit 5174dd8

Browse files
Merge pull request #276407 from chugugrace/mybranch05272024
update custom setup sample code repository
2 parents 2a7eb6c + d0f5bc4 commit 5174dd8

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

articles/data-factory/how-to-configure-azure-ssis-ir-custom-setup.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -257,29 +257,17 @@ To provision or reconfigure your Azure-SSIS IR with custom setups using Azure Po
257257

258258
### Standard custom setup samples
259259

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):
261261

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**.
271-
272-
`https://ssisazurefileshare.blob.core.windows.net/publicpreview?sp=rl&st=2020-03-25T04:00:00Z&se=2025-03-25T04:00:00Z&sv=2019-02-02&sr=c&sig=WAD3DATezJjhBCO3ezrQ7TUZ8syEUxZZtGIhhP6Pt4I%3D`
273-
274-
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:
275263

276264
* 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.
277265

278266
* 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.
279267

280268
:::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":::
281269

282-
e. Double-click the *UserScenarios* folder to find the following items:
270+
b. Double-click the *UserScenarios* folder to find the following items:
283271

284272
* 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.
285273

@@ -339,7 +327,7 @@ To view and reuse some samples of standard custom setups, complete the following
339327

340328
:::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":::
341329

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.
343331

344332
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.
345333

0 commit comments

Comments
 (0)