通过 Azure 存储容器递归配置 ACL 访问:耗时

发布于 2025-01-10 11:10:47 字数 205 浏览 1 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鹿港巷口少年归 2025-01-17 11:10:47

听起来您有一个存储容器,并且正在按每个项目授予访问权限。

随着项目数量和团队数量的增加,这是不可持续的。

您需要以某种方式对数据进行分组,以便向团队授予对一组数据的访问权限。

可能的选项:

  • 创建多个存储帐户,在存储帐户级别向团队授予访问权限
  • 在存储帐户中创建容器,将数据放入容器中,在容器级别授予访问权限。

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:

  • Create several storage accounts, grant access to teams on a storage account level
  • Create containers within the storage account, place data in containers, grant access on container level.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文