Hello,
In the synapse workspace, We have created several views created using the synapse SQL Scripts which read the data from the blob storage folders...
In order to give report deveopers access to these views (Which read data from blob folders), I have added the report users to the following Roles:
"Reader"
"Storage Blob Data Reader" --> Allows for read access to Azure Storage blob containers and data
However, adding the users to the above list does not give them read access.
I had to add them to another Role: "Storage Blob Data Contributor" as well in order for them to read the data inside blob storage...
Question:
The Role: "Storage Blob Data Contributor" seems to have rights such as "write", "delete" as well as which they really should not have.
"Storage Blob Data Contributor" --> Allows for read, write and delete access to Azure Storage blob containers and data
Any suggestions?
Thank you