Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Run notebook as Workspace Identity

Please make it possible to run a notebook as the Workspace Identity, instead of running as a user identity.

 

This means the notebook (and the notebook's security context, i.e. the notebook's authentication to data connections) will not depend on any single user but use the Workspace Identity instead.

Status: New
Comments
blhart216
Regular Visitor
This is a must have!
BIDanny
Frequent Visitor
You just need to take your notebook and make a .py file out of it and turn it into a Spark Job Definition. Those run as the Workspace Identity.
PeterDaniels
Advocate II
Hoping this would be the answer to using Workspace Identity to access Azure Key Vault in notebooks simply and securely