We are having problems using an SFTP connection in Logic App with an SSH private key, when the key is stored as an app setting. The connection needs the key to be in multiline format, which it is, but it doesn't work. If the key is stored directly in connections.json
, it works fine.
The reason we want to store it as an app setting is because app settings allows for key vault references.