gpt4 book ai didi

azure - 在 Web 应用程序中安装 Azure 文件共享时,我收到 InvalidCredentials 状态

转载 作者:行者123 更新时间:2023-12-05 07:16:18 24 4
gpt4 key购买 nike

我在存储帐户中设置了文件共享。当我尝试将其安装到我的 Web 应用程序中时,我收到以下响应:

  "nexport-shared": {
"accessKey": "hidden==",
"accountName": "hidden",
"mountPath": "\\\\nexportshared",
"shareName": "nexportcampusbetashare",
"state": "InvalidCredentials",
"type": "AzureFiles"
}

我正在使用下面的 az CLI 命令:

az webapp config storage-account add --resource-group "GROUPNAME" --name "WEBAPPNAME" --custom-id nexport-shared --storage-typeAzureFiles --share-name nexportcampusbetashare --account-name STORAGEACCOUNT --access-key "hidden==" --mount-path "\\nexportshared" --verbose --debug

当我运行“az webapp config list”时,它显示在列表中,但仍然带有 InvalidCredentials

最佳答案

可能的原因是您输入了无效的 key 或存储帐户来装载 Azure 文件。更正这些参数可以解决我的这个问题。

enter image description here

修正如下

enter image description here

关于azure - 在 Web 应用程序中安装 Azure 文件共享时,我收到 InvalidCredentials 状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59294747/

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