{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"}],"enrichment":{"capability":"Loads application configurations from Azure App Configuration stores into Python applications, with support for dynamic refresh, feature flags, Key Vault secret resolution, and multi-selector filtering.","skillfed_tags":["azure-sdk","configuration-management","secrets-handling"],"use_cases":["Centralize application settings across multiple environments (dev, staging, prod) in a single Azure App Configuration store.","Load feature flags from Azure and toggle features dynamically without redeploying code.","Resolve secrets stored in Azure Key Vault and inject them into your application configuration at startup.","Periodically refresh configuration values on a schedule and react to changes via callbacks.","Filter and load only relevant configuration subsets using key patterns, labels, or tags.","Support multi-region deployments with geo-replication and automatic replica discovery."],"what_it_does":"This package extends the base Azure SDK to provide a higher-level provider for loading application configurations from Azure App Configuration stores. It wraps azure-appconfiguration and adds features like dynamic refresh on a schedule, feature flag loading, Key Vault secret resolution, and multi-selector filtering by key patterns, labels, tags, or snapshots. You connect using either a connection string or Entra ID credentials, then call load() to populate a dictionary of settings that your application can access immediately.\n\nThe provider handles common configuration management patterns: filtering which settings to load, trimming key prefixes, resolving secrets stored in Key Vault, and periodically checking for changes to refresh your in-memory config. It supports both synchronous and async workflows. Dependencies include azure-core, azure-appconfiguration, azure-keyvault-secrets, and dnspython; all are standard Azure SDK components with low install friction.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and provides a mature abstraction over Azure's configuration and secrets services. Install it if you are building on Azure and need centralized, dynamic configuration management with feature flags and secret resolution. The low install friction and standard Azure SDK dependencies make adoption straightforward."},"id":"azure-appconfiguration-provider","links":{"html":"https://skillfed.io/packages/azure-appconfiguration-provider","md":"https://skillfed.io/packages/azure-appconfiguration-provider.md","pypi":"https://pypi.org/project/azure-appconfiguration-provider/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-26","license_spdx":null,"license_treatment":"permissive","name":"azure-appconfiguration-provider","python_support":"supports_current","summary":"Microsoft App Configuration Provider Library for Python"},"popularity":{"monthly_downloads":819884,"position":4976,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.5.0"}
