I need to create a File System trigger that whenever a new file is created in an on premise machine, it executes a pipeline in Data Factory. Such trigger requires a password that is currently stored in a Key Vault. I can get the secret value using a Get Secret Action but I don’t see a way of adding dynamic content to the trigger.
Is there a workaround?
Thanks
I tried different triggers but I’m only able to add dynamic content to a HTTP trigger, which I don’t think I can use it for my use case.
2
Answers
If you are talking about File trigger in Logic Apps, this is achievable if you deploy your connections (ARM/Bicep). The "[parameters(‘myfilesharepw’)]" value can be retrieve from KeyVault from ex. Azure Devops during deploy
example:
As mentioned by @Skin, you cannot add dynamic content in logic app triggers.