Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
361 stars 115 forks source link

Implement multiregional Azure Cache for Redis #239

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

The multiregional deployment should demonstrate how data is kept in sync between regions.

KSchlobohm commented 1 year ago

The data stored in Azure Cache for Redis can be replicated across regions. This sample chooses not to implement this feature as the features are not appropriate for the Relecloud scenario.

To reach this decision you must examine the data that you store in Azure Cache for Redis to understand whether additional complexity adds value to your scenario.

If you choose to implement regional data consistency for your scenario you should review these documents for options.