gpt4 book ai didi

azure - 抛出了 'Microsoft.WindowsAzure.StorageClient.StorageClientException' 类型的异常

转载 作者:行者123 更新时间:2023-12-02 23:14:30 26 4
gpt4 key购买 nike

引发了“Microsoft.WindowsAzure.StorageClient.StorageClientException”类型的异常。

有时,即使我们的结构正在运行并且角色管理器已启动,我们也会遇到此类异常。

代码在以下行处中断:

 emailAddressClient.CreateTableIfNotExist("EmailAddress");
<小时/>
public EmailAddressDataContext(CloudStorageAccount account) :
base(account.TableEndpoint.AbsoluteUri, account.Credentials)
{
this.storageAccount = account;

CloudTableClient emailAddressClient =
new CloudTableClient(storageAccount.TableEndpoint.AbsoluteUri,
storageAccount.Credentials);
emailAddressClient.CreateTableIfNotExist("EmailAddress");
}

最佳答案

我一直为 Windows Azure 表提供驼峰式命名,没有任何问题。

不知道您是否碰巧已经使用过这个表名并且最近删除了它?删除后的一段时间内(当表仍在异步删除时),您将无法重新创建它。我相信 409 Conflict 是在这种情况下预期的错误代码。

关于azure - 抛出了 'Microsoft.WindowsAzure.StorageClient.StorageClientException' 类型的异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3221090/

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