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

Update comment regarding multiple sources of configuration in Program.cs #236

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Currently:

// In this setup, we must provide Key Vault access to setup
// App Congiruation even if we do not access Key Vault settings

Should be:

// Some of the values coming from Azure App Configuration are stored Key Vault, use
// the managed identity of this host for the authentication.