Forum Discussion
Handling secrets in Fabric Notebooks
Hi All,
Has anyone know how to deal with secrets, tokens in notebook.
I Python usual practive is to have the token as a enviroment variable in a .env file so I do not need to expose the secret in the notebook.
Any ideas?
Regards
Pedro
- Anonymous2 years ago
Hello PedroJunqueira ,
Thanks for using Fabric Community.
Just adding some additional reference to AndyDDC comment inorder to get some better understanding - Read Secrets From Azure Key Vault in Microsoft Fabric Notebooks (youtube.com)
We haven’t heard from you on the last response and was just checking back to see if we answered your query.
Otherwise, will respond back with the more details and we will try to help .
8 Replies
- AndyDDC
Most Valuable Professional
Hi PedroJunqueira you could use Azure Key Vault to store secrets in and then access via Notebooks. There's a full rundown of the process here:
https://iterationinsights.com/article/microsoft-fabric-notebooks-and-azure-key-vault/
- AnonymousNot applicable
Hello PedroJunqueira ,
Thanks for using Fabric Community.
Just adding some additional reference to AndyDDC comment inorder to get some better understanding - Read Secrets From Azure Key Vault in Microsoft Fabric Notebooks (youtube.com)
We haven’t heard from you on the last response and was just checking back to see if we answered your query.
Otherwise, will respond back with the more details and we will try to help .- PedroJunqueiraFrequent Visitor
Hi Anonymous
Also there is this video here 😉https://www.youtube.com/watch?v=alZWTehsTcg
Thanks
Pedro
- JaiminiFrequent Visitor
- I think this approach is working because access was given to the user itself. App registration process seems redundant to me. I think problem will arise again if you will put the notebook on schedule/pipeline.
- AnonymousNot applicable
Can we access secrets in a key vault without knowing secret name using fabric notebook?