Hey,
Unfortunately based on my knowledge, the identity can only be allowed at the workspace level and cannot be assigned at individual pipeline level.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have a requirement to create synapse pipeline to run notebook with python script to do some data processing.
For now when we run the pipeline, the identity is the synapse workspace system msi to run the python script, but we don't want to grant permission to this msi, is it possible that we can specify another identity when we create the pipeline but not the system msi?
The key point is from this issue: https://github.com/Azure/azure-sdk-for-python/issues/26997
The Azure.Identity package is not supported in synapse notebook, we only have one workaround to access token based on current identity (which is system msi).
So we must grant the system msi related permission which we don't want to.
Appreciate for the suggestions. thanks!
Hey,
Unfortunately based on my knowledge, the identity can only be allowed at the workspace level and cannot be assigned at individual pipeline level.