Forum Discussion
Secure Key Vault access without Workspace Identity
- 1 year ago
Perhaps you can use this:
https://learn.microsoft.com/en-us/fabric/data-engineering/notebook-utilities#credentials-utilities
That's good news! Should then work ask hoped for/expected. I'll give it a try.
- Jaimini1 year agoFrequent Visitor
Hi Eddykleinjan
The F64+ requirement is no longer valid. You can now create up to 1,000 workspace identities.
Important: Currently, authentication with workspace identities, specifically for Key Vault, is not available.
Interestingly, if you have access to Key Vault with your domain account and run the notebook using the same account, you will be able to access the Key Vault secrets. You can use mssparkutils for this.
Additionally, you can create a Spark job definition using the same code (as mentioned in point 3). If you schedule and run it, it will work, using your account for authentication.
For now, managed/workspace identity authentication for Key Vault is not functioning.
Anonymous
- Anonymous1 year agoNot applicable
Hi Eddykleinjan
I haven't tested whether the workspace identity can access the Azure Key Vault. Could you please share your results with us later? Thank you in advance.
Best Regards,
Jing- Eddykleinjan1 year agoFrequent Visitor
Hi Jing,
Will do! For now creating a workspace identity gives an error (status: Failed). Will start a support incident on this error occurs both under a Fabric Trial capacity and a real Fabric F2 capacity.
Best regard, Eddy- Eddykleinjan1 year agoFrequent Visitor
Hi Jing,
Creating the workspace identity didn't work because the workspace name had special characters in the name, a space in my case. Microsoft had identified this as a problem and will fix this.
Jaimini reported that accessing the Key Vault is not possible using the workspace identity, I chose to use the notebookutils way that frithjof_v adviced. That worked; see my reply to his message.