简体   繁体   English

Azure 异地复制存储以允许在次要区域中写入

[英]Azure Geo-replicated Storage to Allow Write in Secondary Region

Using RA-GRS Azure Storage Account, is it possible to write to a blob path in both regions?使用 RA-GRS Azure 存储帐户,是否可以在两个区域中写入 blob 路径?

We have two regions running the same data flows active-active (configured via Traffic Manager), however one legacy application used for file transfer to our on premise estate will only be available in the primary region.我们有两个区域运行相同的主动-主动数据流(通过流量管理器配置),但是用于将文件传输到我们的本地资产的一个遗留应用程序将仅在主要区域中可用。 In case of DR we will manually stand up the application in the secondary region.在 DR 的情况下,我们将在次要区域中手动启动应用程序。 (This is due to a limitation in the application itself.) (这是由于应用程序本身的限制。)

So the storage needs to be written to in both regions, but only in the primary region we will read (and delete on success) the data.因此,存储需要在两个区域中写入,但仅在主区域中,我们将读取(并在成功时删除)数据。 Does RA-GRS allow this? RA-GRS 是否允许这样做? Some delay in the files being synced to primary region will not be a problem.同步到主要区域的文件的一些延迟不会成为问题。

Azure Storage Account RA-GRS does not offer two-way synchronization, you would need to implement a solution yourself. Azure 存储帐户 RA-GRS 不提供双向同步,您需要自己实施解决方案。 azcopy offers some functionality for doing this. azcopy 为此提供了一些功能

暂无
暂无

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

相关问题 Microsoft Azure RA-GRS存储 - 在Microsoft管理的故障转移到辅助区域后,数据是否仍然是地理复制的? - Microsoft Azure RA-GRS Storage - After a Microsoft-managed failover to secondary region, is the data still geo-replicated? Azure SQL查看辅助(地理复制)数据库的内容 - Azure SQL view contents of secondary (Geo-Replicated) Database 使用地理复制存储的azure虚拟机的灾难恢复 - Disaster Recovery for azure virtual machines using geo-replicated storage 如何在Azure地理复制数据库中更新统计信息和重建索引 - How to Update Stats and Rebuild Indexes in Azure Geo-Replicated Database Azure - 如何指定异地冗余存储的次要区域? - Azure - how to specify the secondary region for geo redundant storage? 如何定期将地理复制的Azure数据库(PaaS)数据下载到本地数据库 - How to regularly download Geo-Replicated Azure Database (PaaS) data to On-Premise database 如果我在 azure 中创建一个 Geo-replicated sql 数据库,用户连接到哪个数据库? - If I create an Geo-replicated sql database in azure, what database does the user connect to? Azure 事件中心 - 地理恢复:它是否复制到次要区域? - Azure Event Hubs - Geo-Recovery: does it replicate to the Secondary region? 调整Azure Geo复制数据库的大小 - Sizing an Azure Geo Replicated Database 使用 Azure 地理冗余 (RA-GRS) 表存储时,如何更新 ASP.NET 核心中的 TableServiceClient 以指向辅助区域? - How do you update TableServiceClient in ASP.NET Core, to point to a secondary region, when using Azure geo redundant (RA-GRS) table storage?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM