Filesystem connector credentials in Key Vault?

Roberto Lambertini 1 Reputation point
2023-03-27T13:21:48.9+00:00

Hello, I'm wondering if there's a way for the built-in filesystem connector in logic apps to store the credentials inside a Key Vault.

Does anyone know if it's possible?

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,286 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,135 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Mike Urnun 9,811 Reputation points Microsoft Employee
    2023-03-28T01:35:43.48+00:00

    Hello @Roberto Lambertini Thanks for reaching out! On a quick search, it seems possible by creating and deploying an ARM template for the API Connection resource which references a KeyVault secret but I'll dig deeper for confirming this use-case and share my findings with you soon.


  2. Andriy Bilous 11,421 Reputation points MVP
    2023-03-31T09:25:37.8733333+00:00

    Hello @Roberto Lambertini

    You can use default Azure KeyVault connector and integrate it with your Logic App

    https://learn.microsoft.com/en-us/connectors/keyvault/

    The connector supports the following authentication types:

    • Bring your own application - Sign in with your own Azure Active Directory registerted application.
    • Default Azure AD application for OAuth - Sign in with the default Azure Active Directory application.
    • Service principal authentication - Use your Azure Active Directory application for service principal authentication.

    Here are available KeyVault actions:

    User's image

    https://365bythijs.be/2021/11/16/interacting-with-key-vault-from-logic-apps-securely/

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.