skillfed

azure-appconfiguration

Microsoft Corporation Azure App Configuration Data Client Library for Python

azure-appconfiguration v1.9.0 9.1M downloads/30d#1,565 on PyPI5,588
Permissive license MIT Active released

What it is and 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—key-value pairs with optional labels, content types, and tags—stored 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.

Typical 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.

Use it for:

  • 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.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

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.

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.

Install

azure-appconfiguration on PyPI

pip

pip install azure-appconfiguration

uv

uv add azure-appconfiguration

poetry

poetry add azure-appconfiguration

Installing azure-appconfiguration

Before you install

Low install friction with a pure-Python wheel. Actively maintained as of 2026-06-25, with recent commits and no known security vulnerabilities. Requires Python 3.10 or later.

License in practice

MIT license permits commercial and private use with minimal restrictions; you may use, modify, and distribute this package freely provided you include the license notice.

Quickstart

pip install azure-appconfiguration

from azure.appconfiguration import AzureAppConfigurationClient
import os

CONNECTION_STRING = os.environ["APPCONFIGURATION_CONNECTION_STRING"]
client = AzureAppConfigurationClient.from_connection_string(CONNECTION_STRING)

Requires an Azure subscription and an existing Azure App Configuration store; connection string or Entra ID credentials must be configured via environment variables.

Verify before relying

  • Performance characteristics and throughput limits for typical configuration retrieval and update workloads.
  • Whether snapshot rollback operations are atomic and what consistency guarantees apply during concurrent updates.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — isodate, azure-core, typing-extensions
Maintenance actively maintained — 50 days since the last release
Last repo commit
First released
Downloads 9,058,512/month — #1,565 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_appconfiguration-1.9.0-py3-none-any.whl

Keywords: azure, azure sdk

Development Status :: 5 - Production/StableProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

azure app configuration clientcentralized configuration managementazure configuration storeapplication settings managementazure sdk configurationconfig store client librarydistributed app configuration
azure-sdkconfiguration-managementcloud-native

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

azure-appconfiguration-provider

Loads application configurations from Azure App…

permissive · top 5,000 on PyPI

azure-storage-blob

Client library for uploading, downloading, and…

permissive · top 1,000 on PyPI

azure-mgmt-managedservices

Provides Python client library for managing…

unclear · top 15,000 on PyPI

azure-mgmt-appconfiguration

Manages Azure App Configuration resources…

permissive · top 5,000 on PyPI

azure-keyvault-secrets

Securely store, retrieve, and manage secrets…

permissive · top 1,000 on PyPI

azure-mgmt-advisor

Provides Python bindings to interact with Azure…

unclear · top 5,000 on PyPI

azure-mgmt-iotcentral

Manages Azure IoT Central applications and…

unclear · top 5,000 on PyPI

azure-keyvault-keys

Manages cryptographic keys in Azure Key…

unclear · top 1,000 on PyPI

azure-storage-queue

Client library for interacting with Azure Queue…

permissive · top 1,000 on PyPI

azure-mgmt-resource-deployments

Manages Azure resource deployments…

permissive · top 5,000 on PyPI