Is it possible to execute an SSIS package from a Data Factory pipeline where the SSIS packages are deployed to an existing SQL Server instance on a VM also in Azure?
I looked into creating a self-hosted integration runtime but this is only data migration related. Also looked at executing a stored procedure but there is no returned value on success/fail etc.
Thanks