user24568243
user24568243

Reputation: 21

How to use UAMI authentication in Azure synapse spark notebook

We can authenticate ADLS Gen2 source using User-Assigned Managed Identity (UAMI) to authenticate to an ADLS Gen2 source successfully in an Azure Synapse Pipeline. However, we are unable to connect it through Azure Synapse Spark Notebook. can anyone suggest any workaround to achieve this?

Upvotes: 2

Views: 531

Answers (1)

chivano
chivano

Reputation: 633

At the moment, the docs suggest that UAMIs are "not currently supported in Synapse notebooks and Spark job definitions"

So your best bet would be to use a system managed identity.

Unfortunately, this is yet another area where there's feature disparity between UAMIs and SAMIs in Synapse

Upvotes: 1

Related Questions