Forum Discussion
Azure Keyvault integration to Fabric Data Factory
- 1 year ago
When you state integration of Key vault in fabric data pipelines, can you please state whether it is in the ocnnections or within the pipeline?
Unfortunately, KV integration within connections is not available as of today.
Within pipelines, you can use web activity and KV rest API to get the secert values
- Anonymous1 year ago
Hi girishtharwani2 ,
I wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.
If the community member's answer your query, please mark it as "Accept as Solution" and select "Yes" if it was helpful.
If you need any further assistance, feel free to reach out.
Thank you,
Pavan.
- GarryH1 year agoNew Member
What do you do if it is ServicePrincipalSecret that you are trying to retrieve from the key vault?
- ToddChitt1 year ago
Super User
Hello Anonymous
I came across this post while trying to get a Fabric Pipeline Web activity to connect to an Azure Key Vault and retireve a Secret Value. I am having trouble:
You state: "step 2; If using Managed Identity, ensure the Fabric Data Factory's Managed Identity has Get access on secrets.
If using Service Principal, grant similar permissions to the Service Principal."Fabric Data Factory's Managed Identity? Where is that? Is that the Workspace Identity from Workspace Settings?For step 4, you state that for Managed Identity...But that is not an option in Web Activity's Connection Properties. For Authentication Kind, I see: Anonymous, Basic, and Service principle.What am I missing?