-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Pratik Bhattacharya edited this page Dec 20, 2021
·
4 revisions
Feature Flighting Management is used for creating, editing and evaluating Feature Flags for your application. The objective is to build a centralized system for managing feature flags for all applications in an organization. The system leverages Azure App Configuration to maintain the feature flags and for evaluating the content. The data stored in Azure App Configuration is heavily customized to provide multiple features on top of the current set of features available in Azure App Configuration Feature Management
- REST APIs for evaluating Feature Flags
- Support for multi-tenancy (without additional infrastructure)
- Ring-based feature rollout
- REST APIs for managing feature flights (CRUD)
- Integration with Graph API for evaluating flags based on Groups
We will talk about each feature in details.