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

Update the GH workflow to support Azure AD App Registrations #298

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

When the GH workflow is executed, it provisions infra and it deploys the web app code. The code however is not functional because the web app requires missing configuration. The pipeline needs awareness to reuse, discover, or create the Azure AD app registration settings that enable the web app to function properly after it is deployed.

KSchlobohm commented 1 year ago

closed in favor of #160