Forum Discussion
Fabric -- secrets
- 1 year ago
Hi tan_thiamhuat ,
Thank you for reaching out to Microsoft Community.The most secure and supported method to manage secrets in Fabric Notebooks is by using Azure Key Vault and accessing secrets through the built‑in utilities.
Use the notebookutils.credentials.getSecret() method (formerly mssparkutils.credentials.getSecret) to securely fetch secrets.
You can refer to this blog : How-To Access Azure Key Vault Secrets from Fabric Notebook - Syntera
Hope this helps.
Chaithra E.
Hi tan_thiamhuat ,
Thank you for reaching out to Microsoft Community.
The most secure and supported method to manage secrets in Fabric Notebooks is by using Azure Key Vault and accessing secrets through the built‑in utilities.
Use the notebookutils.credentials.getSecret() method (formerly mssparkutils.credentials.getSecret) to securely fetch secrets.
You can refer to this blog : How-To Access Azure Key Vault Secrets from Fabric Notebook - Syntera
Hope this helps.
Chaithra E.