I am trying to create Logic App using SFTP connector that triggers when a file is uploaded to server. While establishing a connection with SFTP server using Password authentication I am getting the error "BadGateway More diagnostic information: x-ms-client-request-id is".Any ideas why I may be getting this error ? Please tell me the correct fields to enter the values. I have the following details account = ac240522; password = ****; server = mft.company.com; protocol = sftp/1234; path = /folder/download. With the same credentials I was able to connect from File Zilla New SFTP Connection
Asked
Active
Viewed 3,457 times
0
-
Please structure the code in a more user friendly format. When everything is one big chunk of text it's harder for human to process. – ph0enix May 24 '22 at 11:56
1 Answers
0
- As per the Microsoft troubleshot document
- Try changing the retry policy of SFTP connection and check the action count of retries
- check the connectivity issues, run a network trace on your firewall and SFTP server.
- Check the connection problem is from Logic app end or SFTP end.
- usually band gateway issues are associated with whitelisting of managed connectors IP

SaiSakethGuduru
- 2,218
- 1
- 5
- 15