通过 Azure 存储容器递归配置 ACL 访问:耗时
我在 Azure 中部署了 ADLS Gen2 帐户。我们正在将数据填充给不同的团队进行转换。出于安全原因,我们仅提供 ACL 权限。现在,随着数据规模变得巨大,如果引入新团队,我们在提供对容器级别的访问时会遇到问题。 目前我们使用的是Powershell。如果容器中的数据超过 20GB,则需要大约 5 个多小时。
有什么办法可以减少时间吗?我们可以使用其他语言或替代解决方案吗?
I have a ADLS Gen2 account deployed in Azure. We are populating data to different teams to transform. For the security reasons, We only providing ACLs permissions. Now as the data becoming huge in size, in case new team introduced, we are getting issue while providing access to container level.
Currently we are using Powershell. Its taking around 5+ hrs if data in container is 20GB+.
Is there any way to reduce the time? Any other language can we used or alternate solution ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您有一个存储容器,并且正在按每个项目授予访问权限。
随着项目数量和团队数量的增加,这是不可持续的。
您需要以某种方式对数据进行分组,以便向团队授予对一组数据的访问权限。
可能的选项:
It sounds like you have a single storage container and are granting access on a per item basis.
This is not sustainable as the number of items and the number of teams grows.
You need to group the data in a way that you can grant access to a team for a set of data.
Possible options: