What problem does it solve?
This Skill simplifies centralized runtime configuration and feature management by providing clear guidance for using Azure App Configuration from TypeScript/JavaScript applications, reducing deployment friction and manual config rollouts.
Core Features & Use Cases
- CRUD and management: Create, read, update, delete, and lock configuration settings with etag-based optimistic concurrency.
- Runtime provider & dynamic refresh: Load configuration into apps with automatic refresh, sentinel-driven updates, and Express middleware integration for live updates.
- Feature flags & targeting: Define, load, evaluate, and target feature flags with support for Microsoft targeting filters and rollout scenarios.
- Snapshots, labels, and Key Vault references: Produce immutable release snapshots, separate environments via labels, and resolve secrets via Key Vault integration.
- Use Case: Safely roll out a Beta feature to 50% of users while updating runtime configuration values without redeploying services.
Quick Start
Load your Azure App Configuration endpoint with DefaultAzureCredential and retrieve the production value for the key app:settings:message.