简体   繁体   English

匿名访问azure table

[英]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.请有人指导我如何设置对 Azure 中一个特定表的匿名只读访问权限。 I have a table that I want Power BI students to connect to without specifically adding them as users.我有一个表,我希望 Power BI 学生无需专门将其添加为用户即可连接到该表。

You can do it by moving SQL table to the Blob storage .您可以通过将 SQL 表移动到Blob 存储来实现。

Please refer the below link to do that.请参考下面的链接来做到这一点。
Move Data from SQL Server to Azure Blob Storage with Incremental Changes – Part 1 - SQLRx by Ginger Daniel 通过增量更改将数据从 SQL Server 移动到 Azure Blob 存储 - 第 1 部分 - Ginger Daniel的 SQLRx

Then, you can set up anonymous read-only access for your table in the Blob storage.然后,您可以为 Blob 存储中的表设置匿名只读访问权限。

Please follow this Official Documentation which explains how to configure the anonymous read-only access to the Blob data.请按照官方文档说明如何配置对 Blob 数据的匿名只读访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM