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

Deployment Parameter Validation #224

Closed KSchlobohm closed 9 months ago

KSchlobohm commented 9 months ago

Readers encountered an invalid template error when attempting to deploy an invalid option of parameters. This PR fixes that issue by providing better guidance in the docs and adding parameter validation.