- Azure
App Configurationis a fully managed service, which provides you a way to store the configurations in a centralized store. You can store configurations of multiple apps in a single place. - It is really helpful for cloud native application (eg. Microservices), which runs on multiple virtual machines and use multiple external services.
- It allows us to store Key-value pairs, manage feature flags, and organize configurations using labels and namespaces.
- The main benefit is, it supports dynamic refreshing. Which means, you can change config values without restarting the app.
- You can also add reference of azure key vault secret here.
Let’s see these things in action.
[Read More]







