How to setup a new SSIS IR with SSIS+ via the Azure web UI
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.

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.