【发布时间】:2017-08-12 03:58:19
【问题描述】:
如您所知,在使用 Azure DocumentDB 时,you can automatically replicate all of your data to any number of regions.
如何在 Azure 存储(特别是表存储)中实现类似的功能?
我知道您可以replicate copies of your data, either within the same data center, or to a second data center(读取访问异地冗余存储 (RA-GRS)),但这更像是一种灾难恢复解决方案。
我希望我的数据在多个区域可用并在它们之间自动复制(就像 DocumentDB 提供的一样)。
假设我有一个 Web 应用程序并使用流量管理器,它分布在 4-5 个区域中。我希望我的 Azure 存储数据在所有这些区域都可用,并在本地(在同一个数据中心)读取数据。
是否有自动进行全局复制的选项?还是我需要自己实现?
【问题讨论】:
标签: c# azure azure-storage azure-table-storage