问题描述
我有创建Data Lake Store的脚本.默认安装仅允许我访问存储.如何让AD用户[email protected]读写对Data Lake Storage Gen 1中的根对象和子对象的访问权限?
I have script to create Data Lake Store. Default installation allows only me to access storage. How to let AD user [email protected] read and write access to root and child objects in Data Lake Storage Gen 1?
https://docs.microsoft.com/zh-cn/azure/data-lake-store/data-lake-store-get-started-powershell
https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-get-started-powershell
Kenny_I
推荐答案
这里有一个更完整的Powershell参考,其中包含有关如何添加权限的示例:
There is a more complete Powershell reference here with examples on how to add permissions:
https://docs.microsoft.com/zh-cn/powershell/module/azurerm.datalakestore/?view = azurermps-6.9.0
这篇关于如何使用Powershell向Data Lake Storage Gen1添加用户权限?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!