'Anonymous access to azure table
Please can someone give me guidance on how to set up anonymous read-only access to one specific table in Azure. I have a table that I want Power BI students to connect to without specifically adding them as users.
Solution 1:[1]
You can do it by moving SQL table to the Blob storage.
Please refer the below link to do that.
Move Data from SQL Server to Azure Blob Storage with Incremental Changes – Part 1 - SQLRx
Then, you can set up anonymous read-only access for your table in the Blob storage.
Please follow this Official Documentation which explains how to configure the anonymous read-only access to the Blob data.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | RakeshGovindula-MT |