SFTP SSH Connection from Logic App Errors

Anonymous
2023-02-08T12:25:40.1266667+00:00

hi There

We are trying to set up a SFTP connection from our logic app (consumption), and it request fails with below error -

We tried monitoring the incoming requests at the SFTP server end but unable to see any request coming through. What should we be looking at?

User's image

 "innerError": {
                "status": 504,
                "message": "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond\r\nclientRequestId: 7b8cc767-d694-4901-bc99-1315f63a1faf",
                "error": {
                    "message": "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond"
                },
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2023-02-14T17:27:48.7366667+00:00

    @Mahandru, Nidhi Can you please confirm if you are using Azure SFTP SSH connector or built in SFTP SSH connector as the IP address will change. If you are using the Azure SFTP SSH connector, then the communication will be your workflow --> SFTP connector --> Your SFTP server so in this case you need to whitelist the IP address as per the regions listed here at your SFTP server end. In case if you are using the Build in SFTP connector then the communication will be logic app --> your sftp server so you need to whitelist the outbound IP address of your standard logic app. To find the outbound IP address you can refer to this document.

    Please confirm if you have whitelisted the right IP address as per your Azure or built-in connectors. For more details on connector categories please refer to this document.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.