Azure / modern-web-app-pattern-dotnet

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.
https://aka.ms/eap/mwa/dotnet/doc
MIT License
71 stars 7 forks source link

Add ticket rendering service to deployment template #232

Closed mjrousos closed 9 months ago

mjrousos commented 9 months ago

This updates our azure.yaml deployment template to deploy the ticket rendering service to Azure Container Apps. It also updates app configuration to enable rendering through the standalone rendering service by default and adds networking resources necessary to ACA to our bicep templates.