Forum Discussion

anawast's avatar
anawast
Microsoft Employee
2 years ago

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...