We are using Azure Data Factory (ADFv2) to move data from on-prem Sql Server to Azure cloud, using a self-hosted Integration Runtime (IR).
Saving sql credentials in keyVault works great, but I wanted to know if self-hosted IR could be configured to use Windows Integrated Security to connect to on-prem Sql Server sources. Can the IR service be configured to run as a windows user that has permissions to connect to sql?
I am going to try it out myself, but wanted to post a question here in case someone has already tried it. I could not find any ADF documentation on this.
Can the IR service be configured to run as a windows user that has permissions to connect to sql?
No. And this is intentional, because if that were allowed:
and
So the IR only handles network connectivity, and data factory users must bring their own credentials for accessing source systems.