{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"}],"enrichment":{"capability":"Provides a Python client to create, retrieve, update, and delete application configuration settings stored in Azure App Configuration, a managed service for centralizing application configuration.","skillfed_tags":["azure-sdk","configuration-management","cloud-native"],"use_cases":["Centralize configuration for microservices deployed across regions, using labels to separate settings by environment or geography.","Create immutable snapshots of your configuration before deployments to enable safe rollback if issues arise.","Manage feature flags and application settings without redeploying code, updating them in real time via the configuration store.","Separate configuration concerns from application code in cloud-native applications, reducing secrets in source control.","Retrieve and cache configuration at application startup using the client's get and list methods."],"what_it_does":"azure-appconfiguration is the official Python client library for Azure App Configuration, a managed service that centralizes application configuration storage. It lets you create, read, update, and delete configuration settings\u2014key-value pairs with optional labels, content types, and tags\u2014stored in an Azure Configuration Store. The library supports both connection-string and Entra ID token authentication, and includes features like snapshots (point-in-time immutable copies of your configuration) and label-based organization for multi-environment deployments.\n\nTypical use is to instantiate AzureAppConfigurationClient with your store's credentials, then call methods to manage settings or snapshots. The package depends on azure-core for HTTP transport and authentication, isodate for timestamp parsing, and typing-extensions for type hints. It targets modern Python versions (3.10+) and is actively maintained by Microsoft as part of the Azure SDK.","worth_installing":"Yes. This is the official Azure App Configuration client for Python, actively maintained, permissively licensed (MIT), and has no known vulnerabilities. Install it if you are building on Azure and need centralized configuration management. The only prerequisite is an Azure subscription and an existing Configuration Store; if you lack those, this package is not applicable."},"id":"azure-appconfiguration","links":{"html":"https://skillfed.io/packages/azure-appconfiguration","md":"https://skillfed.io/packages/azure-appconfiguration.md","pypi":"https://pypi.org/project/azure-appconfiguration/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-25","license_spdx":"MIT","license_treatment":"permissive","name":"azure-appconfiguration","python_support":"supports_current","summary":"Microsoft Corporation Azure App Configuration Data Client Library for Python"},"popularity":{"monthly_downloads":9058512,"position":1565,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.9.0"}
