I have been searching for answers on this and some people recommend hosting logic app in Aus South East.
Azure Logic App SFTP-SSH
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.
Azure Logic Apps
3 answers
Sort by: Most helpful
-
-
MayankBargali-MSFT 70,981 Reputation points Moderator2021-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.
-
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"
}