简体   繁体   English

Azure表存储主区域发生故障时,CloudTableClient.BaseUri.AbsoluteUri值是否会更改?

[英]Does CloudTableClient.BaseUri.AbsoluteUri value changes when Azure Table Storage Primary region fails?

I know that CloudTableClient.BaseUri.AbsoluteUri returns a string value which represents the primary endpoint . 我知道CloudTableClient.BaseUri.AbsoluteUri返回代表主要端点的字符串值。 But, in a case of failure does this value update to the secondary endpoint ? 但是,如果出现故障,此值是否会更新到辅助端点

According to the document , CloudTableClient.BaseUri will get the base URI for the table service client at the primary location as you mentioned. 根据文档 ,CloudTableClient.BaseUri将在您提到的主要位置获取表服务客户端的基本URI。

As David Makogon mentioned in your another SO Thread , it is a very rare expection and out of our control. 正如David Makogon在您的另一个SO线程中提到的那样,这是一种非常罕见的期望,并且超出了我们的控制范围。 Secondary storage account will be shifted to primary. 辅助存储帐户将转移到主存储帐户。 When use CloudTableClient.BaseUri we will still get the primary endpoint. 使用CloudTableClient.BaseUri时,我们仍将获得主要端点。 For more infomation, please refer to what to expect if a Storage failover occurs . 有关更多信息,请参考发生存储故障转移时的预期情况 There is some snippet from the article. 文章中有一些摘要。

Your existing storage service endpoints for blobs, tables, queues, and files will remain the same after the failover; 故障转移后,现有的Blob,表,队列和文件存储服务端点将保持不变。 the DNS entry will need to be updated to switch from the primary region to the secondary region. DNS条目将需要更新以从主要区域切换到辅助区域。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 表存储:无法使用 CloudTableClient 实例创建表 - Azure table storage: can't create a table with a CloudTableClient instance 主区域关闭时如何写入 Azure 存储? - How to write to Azure storage when the primary region down? 如何使用 Microsoft.WindowsAzure.Storage.Table.CloudTableClient 授权托管标识访问 Azure 表存储 - How to Authorize a Managed Identity to access Azure Table Storage using Microsoft.WindowsAzure.Storage.Table.CloudTableClient 通过AzureServiceTokenProvider为AzureTableClient进行Azure存储身份验证 - Azure Storage authentication via AzureServiceTokenProvider for CloudTableClient 连接到 Azure 表存储失败 - connection to Azure table storage fails 给定键未标识此集合值中的元素,用于 Azure 存储帐户 primary_access_key 输出值 - The given key does not identify an element in this collection value for azure storage account primary_access_key output value Windows Azure-如何更改表存储帐户的区域? - Windows Azure - how do you change the region of a Table Storage account? Azure表存储实体行/主键作为现有属性的属性 - Azure Table Storage Entity Row/Primary Key as Attribute for existing properties Azure表存储批处理突然失败 - Azure Table storage batch suddenly fails Azure:使用sasToken创建CloudTableClient - Azure: Using a sasToken to create a CloudTableClient
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM