Forum Discussion
CoulterJames2
1 month agoAdvocate II
Using Key Vault References within Notebooks
I have an Azure Key Vault (AKV) which is in a different Azure tenant from my Fabric capacity. I have created some key vault secrets that I want to reference within a notebook to use for an API call. ...
tayloramy
1 month agoSuper User
Hi CoulterJames2,
You can click on the ... beside the connection name, and add it as a code cell"
That will give you a code cell like this:
which you can use to get the secrets.
Note, this seems to not work if the vault does not have public internet access, even with a privat eendpoint to the workspace, if public internet access is disabled, the coonnection in the notebook will fail.