How to configure sftp connector in Logic app using azure key vault secret

SUGANTHI G 1 Reputation point
2022-05-25T11:31:43.403+00:00

Hi Team,

The requirement is to poll the SFTP location for file and copy it to blob storage and we want to configure when a file is add or modified SFTP SSH trigger action using azure key vault. Could you please help how to achieve that.

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,135 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,436 Reputation points
    2022-05-25T15:10:41.59+00:00

    Hi @SUGANTHI G ,

    Thanks for reaching out to Q&A.

    You can use the SFTP trigger to poll and use the upload blob action for storage operation. However there is no option to configure SSH using key vault in the SFTP trigger. Only option is to choose the SSH private key.

    https://learn.microsoft.com/en-us/azure/connectors/connectors-sftp-ssh#main

    You can request for this feature here : https://feedback.azure.com/d365community/forum/cb47c115-7926-ec11-b6e6-000d3a4f032c?filter=top

    0 comments No comments