-
Notifications
You must be signed in to change notification settings - Fork 18
Architecture
Pratik Bhattacharya edited this page Dec 15, 2021
·
2 revisions
-
Azure App Configuration - Heart of the system responsible for storing all the feature flags and filter parameters
-
App Service - Code for evaluating the feature flags. The logic for implementing Rings, custom filters and complex expressions are executed here.
-
Blobs - Stores additional rules for maintaining complex feature flags
-
Front Door - Load balancer for balancing traffic between multiple regions of the App Service
-
Common Infrastructure
-
Key Vault - Stores secrets (like App Configuration and Blob connection strings)
-
Application Insights - Telemetry and monitoring of system health
-
Active Directory - Authenticating client requests
- Admin UI - Web application used by partners to create/edit/delete feature flags (Not part of the repository)