How to use WinSCP with Azure SSIS integration runtime
How to install the WinSCP binaries into Azure Integration Runtime? I can register the dll via
gacutil
(via Azure IR customization), but the required winscp.exe
seems to require a path reference in code at runtime in an SSIS script task. This path information is not available in Azure IR as it is a serverless environment. Has anyone had success installing/configuring WinSCP for Azure IR and successfully running an SSIS script task that references it?