Azure Logic App SFTP-SSH

JoelP 386 Reputation points
2021-11-23T00:02:23.413+00:00

I am getting this intermitently. Any clue? Sometimes I'm able to connect, but most of the the time getting below error. Connector is hosted in Aus East.

151613-image.png

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. JoelP 386 Reputation points
    2021-11-24T22:50:53.403+00:00

    I have been searching for answers on this and some people recommend hosting logic app in Aus South East.


  2. MayankBargali-MSFT 70,981 Reputation points Moderator
    2021-11-29T10:04:51.413+00:00

    @JoelP Interesting, as per the error message it looks like there was a permission issue while connecting to your SFTP SSH server. This needs to troubleshoot from the SFTP and logic app ends what was happening during that time. In case, if there is a connectivity issue or timeout then the suggestion would be verified if your SFTP server and the logic app are in the same region. For these intermittent issues, I will suggest you to open a support ticket with us so we can assist you further. If you don't have the support plan and still have the setup to look into the environment then please let me know.


  3. JoelP 386 Reputation points
    2021-12-07T23:34:40.42+00:00

    Changed the region.. worked for a bit.. then stopped working again... still getting Bad gateway error... not sure If I'm missing anyting.... Customer confirmed no IP whitelisting... not sure why it is intermittent....

    "error": {
    "code": 504,
    "source": "logic-apis-australiasoutheast.azure-apim.net",
    "clientRequestId": "------removed-------",
    "message": "BadGateway",
    "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: -----removed-----",
    "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"
    },
    "source": "sftpwithssh-ase.azconn-ase.p.azurewebsites.net"
    }

    0 comments No comments

Your answer

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