How to use a private key to connect to an SFTP datasource in AppFabric?

Abhijit Shrikhande 377 Reputation points
2024-11-08T19:27:39.11+00:00

I am creating my first data factory in app fabric. One feature I found missing is that I cannot connect to a SFTP source unless, I have basic authentication. In the previous version of Azure Data Factory, I had an option of selecting the authentication type on the drop down for the linked service.
User's image

In the app fabric world, there are no similar options to connect to a SFTP source. Has anyone else encountered this issue?

User's image

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,860 questions
Microsoft Fabric Training
Microsoft Fabric Training
Microsoft Fabric: A Microsoft unified data platform.Training: Instruction to develop new skills.
51 questions
0 comments No comments
{count} votes

Accepted answer
  1. Amira Bedhiafi 26,491 Reputation points
    2024-11-10T13:18:59.86+00:00

    It seems that Azure App Fabric currently lacks support for SSH private key authentication for SFTP connections, which is a change from the options available in the traditional Azure Data Factory.

    As a workaround, you may consider:

    1. Using Basic Authentication with a username and password if that is an option for your SFTP source.
    2. Custom Integration by setting up an Azure Function or Logic App as a middle layer to handle the SFTP connection using private key authentication and then integrating it with App Fabric. This would involve more setup but can give you the flexibility needed until App Fabric adds this feature.

    If this is a critical need, consider submitting feedback to Microsoft or checking with their support for any upcoming feature updates related to this.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Chandra Boorla 2,990 Reputation points Microsoft Vendor
    2024-11-11T01:10:27.7166667+00:00

    Hi @Abhijit Shrikhande

    Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!

    MS Fabric is currently not supported in the Q&A forums, the supported products are listed over here Supported products on MS Q&A (more to be added later on).

    You can ask the experts in the dedicated MS Fabric community forum.

    Can you please open as a new thread in MS Fabric community: https://community.fabric.microsoft.com/t5/General-Discussion/bd-p/ac_generaldiscussion

    User's image

    I hope this information helps. Please do let us know if you have any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    Thank you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.