Forum Discussion
Using Key Vault References within Notebooks
Hi CoulterJames2,
If you go to manage connections and gateways, then under connections find the keyvault connection, the connection type will be Azure Keyvault Service. From there you can get the connection ID. Try calling the GetSecretWithConnection using that ID.
- CoulterJames21 month agoAdvocate II
Hi tayloramy unfortunately I couldn't get that to work - the connection shows as Offline in the side pane and when I try to run the code to retrieve the credentials it fails.
- tayloramy1 month agoSuper User
Hi CoulterJames2, if manually entering the connection ID into the GetSecretWithConnection function doesn't work, then I can only assume that cross tenant key vaults is not supported.
I'd recommend to raise a ticket with Microsoft to confirm this.- v-abhinavmu1 month agoCommunity Support
Hi CoulterJames2,
Thanks for reaching out to the Microsoft Fabric Community forum.
Following tayloramy 's suggestion, were you able to raise a Microsoft support ticket? If so, could you please share any updates or findings? It would be helpful to know whether there are any confirmations regarding support for cross-tenant Key Vaults.
Thanks tayloramy for the suggestion.