Share via

How to change authorization type for Serverless SQL Pool in Synapse?

Ning Zhu 131 Reputation points
2023-06-06T16:49:19.2266667+00:00

Based on this article https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/develop-storage-files-storage-access-control?tabs=user-identity,

"A user that has logged into a serverless SQL pool must be authorized to access and query the files in Azure Storage if the files aren't publicly available. You can use four authorization types to access non-public storage - User Identity, Shared access signature, Service Principal and Managed Identity."

However, I cannot find where in Portal or in CLI to change that authorization type.

Please advise where I can configure those four authorization types.

Thanks a million!

Azure Synapse Analytics
Azure Synapse Analytics

An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.


1 answer

Sort by: Most helpful
  1. Vinodh247-1375 43,101 Reputation points Volunteer Moderator
    2023-06-07T13:29:14.7866667+00:00

    Hi,

    Thanks for reaching out to Microsoft Q&A.

    "A user that has logged into a serverless SQL pool must be authorized to access and query the files in Azure Storage if the files aren't publicly available. You can use four authorization types to access non-public storage - User Identity, Shared access signature, Service Principal and Managed Identity."

    You don't have to change anything you have to use any one of these methods to access the storage files that can be queried from sql pool database.

    User Identity: AD pass through authentication. Talk to your azure admin/aad team to authenticate using this method.

    Shared access signature: can be generated from portal->storage or from storage explorer-->generate sas key

    Service Principal and Managed Identity : Talk to your azure admin/aad team to register the app and provide access through this method.

    If this is not the answer/advice you are looking for, please elaborate your ask in the comments so I can try to help.

    Please Upvote and Accept as answer if the reply was helpful, this will be benefitting the other community members who go through the same issue.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.