How to create a new SSIS IR via the Azure web UI.

How to setup a new SSIS IR with SSIS+ via the Azure web UI

The creation of a new SSIS IR via the Azure web UI is quite straightforward. Please follow the instructions from Provision the Azure-SSIS integration runtime - Azure Data Factory | Microsoft Docs and Customize the setup for an Azure-SSIS Integration Runtime - Azure Data Factory | Microsoft Docs . You will need to create a blob container and upload to it the desired version of SSIS+ (we usually recommend the latest official SSIS+ release) and to have a main.cmd with content like this:

msiexec /i SSISPlus-x64.msi /quiet /l %CUSTOM_SETUP_SCRIPT_LOG_DIR%install.log
"C:\Program Files (x86)\CozyRoc\SSIS\License.exe" /azure /v /u TRIAL /d /l "%CUSTOM_SETUP_SCRIPT_LOG_DIR%license.log"

In the line above, please replace TRIAL with your Licensee Identifier, if you have already purchased a COZYROC SSIS+ license. Also make sure that you have renamed the build that you would like to use to SSISPlus-x64.msi in order to match the name in the script.
The custom setup Azure Blob container expects a Read/List/Write access, provided via a SAS URI like this:



After completing the setup and starting the SSIS IR, a log directory should be created in the blob container.
NOTE: If you are have used the modified version of the script for caching License.dat file, you can copy it from the log directory to the root of the container.



Notes
NOTE: COZYROC is not responsible for maintaining and supporting a customer's environment.  The intention of this KB article is to give the customer a step in the right direction for installation in Azure.  Further assistance may involve contacting Microsoft Azure support. 


    Book a Presales Call


    Are you new to COZYROC and evaluating our solutions? 
    Book a Presales Call with us now and get 5% off SSIS+.