Skip to content

Commit c14202c

Browse files
committed
express custom setups
1 parent 4c585c3 commit c14202c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,11 @@ To customize your Azure-SSIS IR, you need the following things:
191191

192192
![Folders in the user scenarios folder](media/how-to-configure-azure-ssis-ir-custom-setup/custom-setup-image12.png)
193193

194-
1. To try these custom setup samples, copy and paste the content from selected folder into your container. When you provision or reconfigure your Azure-SSIS IR with Data Factory UI, select the **Customize your Azure-SSIS Integration Runtime with additional system configurations/component installations** check box on the **Advanced Settings** panel and enter the SAS URI of your container in the **Custom setup container SAS URI** field. When you provision or reconfigure your Azure-SSIS IR with PowerShell, run the `Set-AzDataFactoryV2IntegrationRuntime` cmdlet with the SAS URI of your container as the value for `SetupScriptContainerSasUri` parameter.
194+
1. To try these custom setup samples, copy and paste the content from selected folder into your container.
195+
196+
When you provision or reconfigure your Azure-SSIS IR with Data Factory UI, select the **Customize your Azure-SSIS Integration Runtime with additional system configurations/component installations** check box on the **Advanced Settings** panel and enter the SAS URI of your container in the **Custom setup container SAS URI** field.
197+
198+
When you provision or reconfigure your Azure-SSIS IR with PowerShell, run the `Set-AzDataFactoryV2IntegrationRuntime` cmdlet with the SAS URI of your container as the value for `SetupScriptContainerSasUri` parameter.
195199

196200
## Next steps
197201

0 commit comments

Comments
 (0)