A community member has associated this post with a similar question:
How to use a private key to connect to an SFTP datasource in AppFabric?

Only moderators can edit this content.

Connecting to SFTP Source in App Fabric using SSH Private Key

Abhijit Shrikhande 377 Reputation points
2024-11-08T19:31:48.9066667+00:00

I'm trying to establish a connection to an SFTP source in Azure App Fabric, but I'm encountering a roadblock. While Azure Data Factory offers various authentication methods like SSH and Basic, I haven't found similar options in App Fabric.
User's image

Options missing in App FabricUser's image

My goal is to leverage an SSH Private Key for secure authentication. Is there a recommended approach to achieve this within the App Fabric framework?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,771 questions
{count} votes
Accepted answer
  1. Amira Bedhiafi 26,491 Reputation points
    2024-11-10T13:20:32.0466667+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

0 additional answers

Sort by: Most helpful