com.microsoft.dataflow.broker.InvalidOperationException: Only one valid authentication should be used for linkedservice
Hello,
I am trying to create a linked service in synapse connecting to Azure SQL Database. The test connection works successfully with credentials in Key Vault. But when linked service used in the dataflow, the pipeline fails with below error
com.microsoft.dataflow.broker.InvalidOperationException: Only one valid authentication should be used for linked service. SQLAuthentication is invalid. One of user/password is missing..
Basically, the linked service have two authentication "Sql connection or managed identity". Wondering this is causing the issue?
If i am hardcoding the values in linked service the pipeline and data flow runs successfully.
Any idea or pointers to this?
Thanks,
Arun