skillfed

azure-mgmt-appconfiguration

Microsoft Azure App Configuration Management Client Library for Python

azure-mgmt-appconfiguration v5.0.0 5.5M downloads/30d#2,090 on PyPI5,588
Permissive license MIT License Active released

What it is and what it does

This is the Microsoft Azure SDK client library for managing App Configuration resources on Azure. It provides Python bindings to the Azure control plane (management API), allowing you to programmatically create, update, delete, and query configuration stores, key-value pairs, replicas, and snapshots. The package is built on azure-mgmt-core and uses standard Azure authentication patterns with support for token-based credential flows.

Version 5.0.0 targets the latest Azure API version only, reducing package size and complexity. It requires Python 3.9+ and is actively maintained by Microsoft. The package integrates with standard Azure SDK patterns: LRO (long-running operation) polling via begin_* methods, structured exception handling, and type annotations for IDE support.

Use it for:

  • Provision and manage App Configuration stores as part of infrastructure-as-code or deployment automation workflows.
  • Programmatically create, update, or delete key-value pairs in Azure App Configuration stores from Python applications.
  • Manage configuration store replicas and snapshots for disaster recovery or multi-region deployments.
  • Integrate App Configuration resource management into CI/CD pipelines or DevOps tools written in Python.
  • Query and monitor App Configuration store properties, soft-delete recovery, and purge protection settings.

Worth the install?

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

Manages Azure App Configuration resources (stores, key-values, replicas, snapshots) via the Azure control plane using Python.

Yes. This is a production-stable, actively maintained Microsoft SDK with low install friction, no known vulnerabilities, and permissive licensing. Install it if you need to manage Azure App Configuration resources from Python—it is the official, supported way to do so.

Install

azure-mgmt-appconfiguration on PyPI

pip

pip install azure-mgmt-appconfiguration

uv

uv add azure-mgmt-appconfiguration

poetry

poetry add azure-mgmt-appconfiguration

Installing azure-mgmt-appconfiguration

Before you install

Low friction: pure Python wheel with only four runtime dependencies (isodate, typing-extensions, azure-common, azure-mgmt-core). Actively maintained—last commit 2026-08-14, no known vulnerabilities.

License in practice

MIT License (permissive): you may use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.

Quickstart

pip install azure-mgmt-appconfiguration

from azure.mgmt.appconfiguration import AppConfigurationManagementClient
from azure.common import credentials

client = AppConfigurationManagementClient(credential=credential, subscription_id=sub_id)

Requires Python 3.9+. Authentication requires proper configuration of Azure credentials, typically via environment variables or credential objects from azure-common.

Verify before relying

  • Complete list of operations and method signatures available in version 5.0.0 beyond the breaking change to KeyValuesOperations.create_or_update.
  • Whether async support (aio namespace) is available in this version.
  • Specific authentication patterns and credential types supported beyond what azure-common provides.

Package facts

License MIT License (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 4 — isodate, typing-extensions, azure-common, azure-mgmt-core
Maintenance actively maintained — 423 days since the last release
Last repo commit
First released
Downloads 5,476,253/month — #2,090 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_mgmt_appconfiguration-5.0.0-py3-none-any.whl

Keywords: azure, azure sdk

Development Status :: 5 - Production/StableLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.9

Tags

azure app configuration managementazure configuration store apimanage azure appconfigurationazure sdk configuration clientazure control plane configurationazure key-value store managementazure configuration snapshots
azure-sdkinfrastructure-as-code

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-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-managedservices

Provides Python client library for managing…

unclear · top 15,000 on PyPI

azure-mgmt-dns

Manages Azure DNS resources—zones, record sets,…

permissive · top 5,000 on PyPI

azure-mgmt-resource-deployments

Manages Azure resource deployments…

permissive · top 5,000 on PyPI

azure-mgmt-appplatform

Manages Azure App Platform (Spring Apps)…

permissive · top 15,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI

azure-mgmt-msi

Manages Azure Managed Service Identities…

permissive · top 5,000 on PyPI

azure-core

Provides shared exceptions, HTTP utilities, and…

unclear · top 1,000 on PyPI

azure-common

Provides shared utilities and common code for…

permissive · top 1,000 on PyPI

azure-appconfiguration

Provides a Python client to create, retrieve,…

permissive · top 5,000 on PyPI