Configuration Management in .NET Core: Web API and Azure Functions
Managing configuration is one of those things every developer has to deal with, no matter what kind of application you’re building. At some point, you need to tell your app where the database lives, where API key to use, or what feature flag should be turned on. And as soon as you move from local […]

