gpt4 book ai didi

azure - “未配置文件端点。”当尝试使用模拟器在azure存储中使用文件客户端时

转载 作者:行者123 更新时间:2023-12-02 06:04:07 27 4
gpt4 key购买 nike

我尝试使用最新模拟器 (5.9) 来使用 FileClient for Azure Storage,但出现以下异常:未配置文件端点。

这是我的代码:

    if (CloudStorageAccount.TryParse("UseDevelopmentStorage=true", out var account))
_fileClient = account.CreateCloudFileClient();

如有任何帮助,我们将不胜感激。

最佳答案

存储模拟器当前不支持文件服务和 SMB 协议(protocol)服务端点,到目前为止,当前支持与存储模拟器一起使用的唯一端点如下:

Blob service: http://127.0.0.1:10000/<account-name>/<resource-path>
Queue service: http://127.0.0.1:10001/<account-name>/<resource-path>
Table service: http://127.0.0.1:10002/<account-name>/<resource-path>

更多信息可参见here

关于azure - “未配置文件端点。”当尝试使用模拟器在azure存储中使用文件客户端时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54700233/

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