Hi everyone! Is it possible to access a keyvault secret using a workspace identity from which the notebook is executed? I mean, a WS identity has access to the AKV, which I know is possible, but will the notebook that runs from the same WS inherit its access?
Should I do that, develop using a service account that has a individual access or use a managed identity? I'm a bit lost on this one
What would be a good practice here? Thanks!