标签: azure azure-storage-blobs azure-storage-files
我想为存储帐户中的特定Blob或文件共享配置访问密钥 到目前为止,我只能通过UI和Docs找到将Access Keys全局设置为整个存储帐户的功能 有没有办法做到这一点?
答案 0 :(得分:2)
您需要使用共享访问签名作为定义访问权限,访问策略,到期时间等的字符串。无法使用访问密钥或blob级别的其他内容执行此操作。< / p>
SAS overview
How to do that
强烈建议您查看the Azure Storage security guidance。