当 Azure Table 存储主要区域出现故障时,CloudTableClient.BaseUri.AbsoluteUri 值是否会发生变化?

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

我知道 CloudTableClient.BaseUri.AbsoluteUri returns 一个代表 主要端点 的字符串值。但是,如果出现故障,此值是否会更新到 次要端点 ?

根据 document,CloudTableClient.BaseUri 将在您提到的主要位置获取 table 服务客户端的基本 URI。

正如 David Makogon 在您的另一个 , it is a very rare expection and out of our control. Secondary storage account will be shifted to primary. When use CloudTableClient.BaseUri we will still get the primary endpoint. For more infomation, please refer to what to expect if a Storage failover occurs 中提到的那样。文章中有一些片段。

Your existing storage service endpoints for blobs, tables, queues, and files will remain the same after the failover; the DNS entry will need to be updated to switch from the primary region to the secondary region.