Azure App Configuration with Azure Key Vault and Dynamic Configuration in .NET 8 Application
Azure App Configuration is an Azure service that manage application settings and feature flags. Today, I am going to go through how to set up a .NET 8 application to retrieve settings from Azure App Configuration, reference Azure Key Vault for secrets and dynamically update settings. The sample I am using is a .NET 8 […]