Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a public key and private key. How do I use both to create an SFTP linked service in ADF?
Have a look at the following documentation:
Create an SFTP linked service using UI
If you are talking about using a SSL Certificate, I do not believe that ADF allows this. You still need to use a username/password to connect to the db as seen below:
If this is helpful please accept answer.