IBM Cloud Docs
What is App Configuration?

What is App Configuration?

IBM Cloud App Configuration is a centralized feature management and configuration service for use with web and mobile applications, microservices, and distributed environments.

Instrument your applications with App Configuration SDKs, and use the App Configuration dashboard or App Configuration administrator API to define features flags, which are organized into collections and targeted to segments. Change feature flag states in the cloud to activate or deactivate features in your application or environment, often without restarting. You can also manage the properties for distributed applications centrally.

  • App Owners - Roll out features by segment and independent from code deployments.
  • Developers - Reduce source code branch complexity and troublesome merges by including untested or unfinished features behind a feature flag in your main branch.
  • Testers - Test new features in production and be assured of a smooth transition. Use flags to activate untested features only for testers and QA personnel until it's time to release.

Features

Key features of App Configuration:

  • Centralized configuration - Configure multiple, distributed resources from a central location. Use collections to organize your flags by app or resource.
  • Dark Launch - Includes features that are not ready for launch into your deployments, and activate them when they are ready.
  • Segmented Feature Rollout - Activate features for different segments at different times, or vary features by segment.
  • Feature Rollback - Instantly roll back problematic features by toggling feature flags in the App Configuration cloud dashboard.
  • Phased Rollout - Configure feature flag to be enabled for a subset of entities to implement progressive delivery of features.