简体   繁体   English

从 Excel 管理 Azure Data Lake 中文件夹的授权

[英]Manage Authorization To folders in Azure Data Lake from Excel

I am developing an Azure data lake and I want to connect Excel to the data lake.我正在开发一个 Azure 数据湖,我想将 Excel 连接到数据湖。

  1. How do you authorize users too see the data from Excel?您如何授权用户也可以查看 Excel 中的数据? I have used two test users and given them different access to the resource group, the services etc, and they just don't get access.我使用了两个测试用户,并为他们提供了对资源组、服务等的不同访问权限,但他们没有获得访问权限。 Only I, myself have access.只有我,我自己可以访问。

  2. Is it possible to restrict the access so that excel can only see one specific folder in the data lake?是否可以限制访问,以便excel只能看到数据湖中的一个特定文件夹? The normal way to do this is using an app registration, but I can not see how to connect an app to excel.执行此操作的正常方法是使用应用程序注册,但我看不到如何将应用程序连接到 Excel。

  1. Users must be authenticated via ADFS and granted global permissions.用户必须通过 ADFS 进行身份验证并授予全局权限。 You can specify O365 credentials and grant AAD access.您可以指定 O365 凭据并授予 AAD 访问权限。 https://blogs.msdn.microsoft.com/freddyk/2018/06/29/aad-authentication/ https://docs.microsoft.com/en-us/azure/analysis-services/analysis-services-manage-users https://blogs.msdn.microsoft.com/freddyk/2018/06/29/aad-authentication/ https://docs.microsoft.com/en-us/azure/analysis-services/analysis-services-manage-用户

  2. You can apply access control in Azure Data Lake so that users can only see certain folders.可以在 Azure Data Lake 中应用访问控制,以便用户只能看到某些文件夹。 https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-access-control#common-scenarios-related-to-permissions https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-access-control#common-scenarios-related-to-permissions

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

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