Utilizing Azure App Configuration
In the cloud-native architecture, application settings and configurations play a key role. The Azure App Configuration service helps developers manage application settings and configuration in a central location. Azure App Configuration also helps us to implement feature flags or feature toggles – a software development technique that helps with turning on and off application features without redeploying code.
In this chapter, we will learn about Azure App Configuration, and then we will learn how to use Azure App Configuration from Azure App Service. Finally, we will learn about feature flags and how to implement and use them in ASP.NET Core.
In this chapter, we’re going to cover the following main topics:
- Introducing Azure App Configuration
- Using Azure App Configuration in ASP.NET Core
- Exploring feature flags