gpt4 book ai didi

asp.net - Azure存储容器权限无法设置

转载 作者:行者123 更新时间:2023-12-03 05:39:40 24 4
gpt4 key购买 nike

背景

  • 我尝试通过 azure doc 学习使用 Azure blob 。

麻烦

  • 当我想使用这些代码时出现错误。
blobStorageAccount=probestudent

blobStorageAccountKey=$(az storage account keys list -g ProbeStudent \
-n $blobStorageAccount --query [0].value --output tsv)

az storage container set-permission \ --account-name $blobStorageAccount \ --account-key $blobStorageAccountKey \ --name thumbnails \
--public-access off

这些代码意味着Set container public access .

  • 这是我的容器状态。 enter image description here

  • 这是我的存储帐户状态。 enter image description here

  • 错误 enter image description here

最佳答案

如果命令在一行中,请删除字符\。符号 \ 仅在命令太长且需要另一行时使用。

以下命令正在运行:

az storage container set-permission --account-name $blobStorageAccount --account-key $blobStorageAccountKey --name thumbnails --public-access off

测试结果:

enter image description here

关于asp.net - Azure存储容器权限无法设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59786568/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com