Forum Discussion
anawast
2 years agoMicrosoft Employee
Authenticate into Key Vault using Fabric Workspace Identity
In a Fabric Notebook, I can get secrets from a key vault using the following code: val decryptedADLSId = mssparkutils.credentials.getSecret("KVURL", "secretname") val decryptedADLSId = msspark...
kuldeep_jaimini
1 year agoRegular Visitor
HI, is there any way to authenticate to KeyVault using Manage Identity or Workspace identity in Fabric Notebook? or any other recommended method, except authenticating with your domain credentials ?