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
379 stars 120 forks source link

Standardize on nested bicep resources #198

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

We want to standardize on nested bicep resources so that we can create stronger relationships between resources (vs parent/child resource declarations) and because it tends to reduce the code that is written.