The Modern Web App Pattern is a set of objectives to help you apply an iterative change to modernize a cloud deployed monolith. This content builds on the Reliable Web App. This repo contains a reference implementation of a Modern Web App for .NET.
Adds support to deploy content to the secondary region.
Includes
updated cleanup script, and tags, to locate and teardown the 2nd region
modified main.bicep where deployment parameters are organized to support 2nd region deployment
moving the route table into the spoke from the hub as the route table must be in the same region as the vnet where you apply the routes to a subnet. There are now 2 route tables when deploying multi-location.
Adds support to deploy content to the secondary region.
Includes