I have created a SFTP connector which works like a trigger as below. I have an azure vault with certificate. How do I pass the authentication in SFTP for Azure Vault. Pls help.
You wrote "I have created a SFTP connector" - I suppose you created it manually. If you want the parameter values (SSH private key, etc.) to be retrieved from a key vault, you need to deploy your SFTP connector using an ARM template and a parameter file.
You can adjust your parameter file so that the secret values are taken directly from key vault secrets during deployment. This article explains the process in detail: https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/key-vault-parameter?tabs=azure-powershell#reference-secrets-with-dynamic-id