Forum Discussion
ADinu59
2 years agoRegular Visitor
Protecting secrets
Hi, If I have Microsoft Fabric Trial, should I be able to see the subscription in Azure portal? I am trying to find a solution to protect secrets and currently exploring the Azure Key Vault optio...
pdecarlo
2 years agoMicrosoft Employee
Here is an example that demonstrates how to use a keyvault secret inside of a Fabric notebook using notebookutils.mssparkutils.credentials:https://moaw.dev/workshop/fabric-e2e-rag/?step=3#configure-azure-api-keys
- Anonymous2 years agoNot applicable
Great example for when all you need is the keyvault in interactive Mode. Thanks for sharing!