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.
Filesystem connector credentials in Key Vault?
Roberto Lambertini
1
Reputation point
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?
2 answers
Sort by: Most helpful
-
Mike Urnun 9,811 Reputation points Microsoft Employee
2023-03-28T01:35:43.48+00:00 -
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:
https://365bythijs.be/2021/11/16/interacting-with-key-vault-from-logic-apps-securely/