I am trying to execute my SSIS package from Azure enables SSIS project in VS 2019. SSIS package needs to connect with Azure SQL database using Active Directory Interactive authentication.
Test connection succeeded with the connection string provided and I am also able to parse the query in Execute SQL task.
But when the package is run, the task fails with an error
Failed to acquire connection
I am not able to connect via Script task also. It fails with an error
DTS.Runtime - Cannot find an authentication provider for 'ActiveDirectoryInteractive'
Has anyone succeeded connecting to Azure SQL from SSIS & SQL Server Agent job. Is SQL Server authentication the only way?