Forum Discussion
coolie
Helper I
2 years agoAccessing Azure KeyVault secret for Fabric CopyData Action
This post Microsoft Fabric connect to Azure Key Vault descibes how to get a secret from Azure KeyVault and this works great. But is it possible to set a variable for CopyData (REST) action without u...
- 2 years ago
You can use Web activity to get details from Azure Key vault
Settings :
Connection details :
where Base URL : https://<<KVName>>.vault.azure.net/secrets/<<SecretName>>?api-version=7.0
Token audience URI : https://vault.azure.net
Azuthorization : YOu can use any one like org or SP etc
NandanHegde
Super User
2 years agoHey,
The Service principal key is the client secret and plz follow the below steps:
And you need to grant the App/service princiapl access on the key vault to read the secrets.
coolie
Helper I
2 years agoThanks that helps. I used org settings in the end and edited my reply, so think we overlapped. I'm trying to get the result into the CopyData action now.
- NandanHegde2 years ago
Super User
Glad it helped!!!!
Thanks for using Fabric Community.
Do send Kudo and Accept as solution for others to benefit on the solution