【问题标题】:Storage account FileShare Can I mount as Drive存储帐户 FileShare 我可以挂载为驱动器吗
【发布时间】:2020-12-11 13:09:59
【问题描述】:

您好,有以下问题。

我有一个存储帐户和内部存储帐户,我有文件共享。 下面是我的文件夹结构

Root\Account 1
Root\Account 1\ReadOnly
Root\Account 1\ReadAndWrite
Root\Account 2
Root\Account 2\ReadOnly
Root\Account 2\ReadAndWrite

现在我的问题是我能否将我的最终用户映射为 Root\Account 2\ReadOnly or Root\Account 2\ReadAndWrite 作为他们的网络连接共享驱动器“z:\”

我实际上是在尝试使用https://husseinsalman.com/securing-access-to-azure-storage-part-5-stored-access-policy/ 博客文章,这里我不明白的是如何将 SAS 签名作为网络文件夹挂载?

【问题讨论】:

标签: azure azure-storage azure-storage-files azure-storage-account


【解决方案1】:

不能挂载特定目录,但是可以设置文件和目录的权限。可以查看Azure Active Directory Domain Services authentication on Azure Files为目录分配权限

Azure Files identity-based authentication options for SMB access

Configure directory and file level permissions over SMB

如果您使用 SMB 装载文件共享,则您没有文件夹级别的权限控制。但是,如果您使用 REST API 或客户端库创建共享访问签名,则可以指定共享内文件夹的只读或只写权限。

【讨论】:

    猜你喜欢
    • 2012-11-30
    • 2011-12-27
    • 2018-11-27
    • 1970-01-01
    • 2015-08-16
    • 2018-12-23
    • 1970-01-01
    • 2013-10-25
    • 2015-11-17
    相关资源
    最近更新 更多