How to setup a new SSIS IR with SSIS+ via the Azure web UI
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 Azure support.
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 last line, you can replace TRIAL with your Licensee Identifier, if you have already purchased a COZYROC SSIS+ license.
After completing the setup and starting the SSIS IR there should be a log directory created in a blob created (thus, you'll need also a Write access when creating the SAS token).