简体   繁体   English

我可以使用Azure存储地理复制作为源吗?

[英]Can I use Azure Storage geo-replication as source?

I know Azure will geo-replication a copy of current storage account to another location, my questions is: can I access another location in program, even just read only 我知道Azure会将当前存储帐户的副本地理复制到另一个位置,我的问题是:我可以访问程序中的其他位置,即使只是只读

I asked this, because this allow me to build another deploy in different geo-location for performance and disaster-proof like what Azure did. 我问这个,因为这允许我在不同的地理位置构建另一个部署,以实现性能和防灾,就像Azure所做的那样。 For current setup, if I use same source of storage in different geo-location, I have to pay extra bandwidth cost. 对于当前设置,如果我在不同的地理位置使用相同的存储源,我必须支付额外的带宽成本。

You can only access your storage account by its primary name. 您只能通过其主要名称访问存储帐户。 In the event of failover, that name will be mapped to the alternate datacenter. 如果发生故障转移,该名称将映射到备用数据中心。 You cannot access the failover storage directly, nor can you choose when to trigger a failover. 您无法直接访问故障转移存储,也无法选择何时触发故障转移。 For a multi-site setup as you described, you'd need to duplicate your data (which would then add the cost of storage in datacenter #2). 对于您所描述的多站点设置,您需要复制数据(这将增加数据中心#2中的存储成本)。 This does give you ultimate flexibility in your DR and performance planning, but at an added cost of storage and bandwidth (egress-only). 这确实为您的DR和性能规划提供了最大的灵活性,但增加了存储和带宽成本(仅限出口)。

Last week the storage team announced read-only access to the failover storage: Windows Azure Storage Redundancy Options and Read Access Geo Redundant Storage . 上周,存储团队宣布了对故障转移存储的只读访问权限Windows Azure存储冗余选项和读取访问地理冗余存储

This means you can now deploy your application in a different datacenter which can be used for "full" failover (meaning that the storage will also be available there). 这意味着您现在可以将应用程序部署在不同的数据中心,该数据中心可用于“完全”故障转移(意味着存储也将在那里可用)。 Even if it's only read-only, your application will still be online - but simply in "degraded" mode. 即使它只是只读,您的应用程序仍然会在线 - 但只是处于“降级”模式。

The steps on how you can implement this with traffic manager are described here: http://fabriccontroller.net/blog/posts/adding-failover-to-your-application-with-read-access-geo-redundant-storage-and-the-windows-azure-traffic-manager/ 有关如何使用流量管理器实现此目的的步骤如下所述: http//fabriccontroller.net/blog/posts/adding-failover-to-your-application-with-read-access-geo-redundant-storage-and -the -窗口蔚交通经理/

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM