organization · inferred from evidence
jsynapse
A placeholder name for a Synapse workspace, used as an example in the SQL script.
- Azure Synapse Scala: MSI access token cant read from SQL pool table
The token was fine, the SQL pool just didnt know the identity. You have to create a contained user for the Synapse workspace's managed identity in the database and grant it read access: ```sql CREATE USER [jsynapse] FROM EXTERNAL PROVIDER;