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
356 stars 113 forks source link

Arrange deployment into 4 groups when multi-region is enabled #310

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Needs an updated Arch diagram.

  1. Shared resources group: Security
  2. Shared resources group: Storage
  3. Primary resources group: Primary resources (serves web traffic)
  4. Secondary resources group: Secondary resources (does not serve traffic)
KSchlobohm commented 1 year ago

migrated to 1852537