skillfed

azure-mgmt-resource-deployments

Microsoft Azure Deployments Management Client Library for Python

azure-mgmt-resource-deployments v1.0.0 4.6M downloads/30d#2,268 on PyPI5,588
Permissive license MIT Active released

What it is and what it does

This is Microsoft's official Python client library for managing Azure resource deployments through the Azure Resource Manager API. It lets you programmatically create, update, delete, and monitor infrastructure deployments in Azure using Python code. The package wraps Azure REST endpoints and handles authentication via Microsoft Entra, requiring environment variables for credentials and subscription ID.

The library is built on top of azure-mgmt-core and includes models for deployments, resources, and system metadata. It's designed for infrastructure-as-code workflows where you need to deploy and manage Azure resources from Python applications. Recent updates added cloud_setting configuration, hybrid model support, and system data tracking for deployments.

Use it for:

  • Automate Azure infrastructure provisioning and teardown in CI/CD pipelines
  • Build Python applications that manage Azure resource lifecycles programmatically
  • Monitor and query the status of Azure deployments from custom dashboards or monitoring tools
  • Implement infrastructure-as-code patterns using Python instead of ARM templates directly
  • Integrate Azure deployment management into larger cloud orchestration or multi-cloud frameworks

Worth the install?

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

Manages Azure resource deployments programmatically, providing a client library to create, update, monitor, and delete deployments in Azure Resource Manager.

Yes, if you need to manage Azure deployments from Python. It's an official Microsoft library with active maintenance, no known vulnerabilities, permissive licensing, and low install friction. Requires Python 3.10+ and Azure credentials configured via environment variables. The recent GA release on 2026-07-20 signals stability, though note the breaking changes in hybrid models from beta versions if upgrading.

Install

azure-mgmt-resource-deployments on PyPI

pip

pip install azure-mgmt-resource-deployments

uv

uv add azure-mgmt-resource-deployments

poetry

poetry add azure-mgmt-resource-deployments

Installing azure-mgmt-resource-deployments

Before you install

Low friction installation with three lightweight runtime dependencies (isodate, azure-mgmt-core, typing-extensions). Actively maintained with a recent GA release on 2026-07-20 and ongoing repository activity.

License in practice

MIT license permits unrestricted use, modification, and distribution in commercial and private projects with minimal restrictions.

Quickstart

pip install azure-mgmt-resource-deployments

from azure.mgmt.resource.deployments import DeploymentsMgmtClient
from azure.identity import DefaultAzureCredential
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = DeploymentsMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

Requires Python 3.10+, Azure subscription, and environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID

Verify before relying

  • Whether the package supports all Azure cloud environments or only specific cloud settings
  • Performance characteristics when managing large numbers of deployments or complex templates
  • Whether WhatIfOperationResult hybrid model migration from 1.0.0b2 affects existing code

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-mgmt-core, typing-extensions
Maintenance actively maintained — 25 days since the last release
Last repo commit
First released
Downloads 4,636,794/month — #2,268 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_mgmt_resource_deployments-1.0.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 resource deployment managementazure arm deployments pythonmanage azure infrastructure as codeazure resource manager clientdeploy azure resources programmaticallyazure deployment lifecycle managementazure infrastructure automation
azure-cloudinfrastructure-as-coderesource-management

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-containerservice

Provides Python bindings to manage Azure…

permissive · top 5,000 on PyPI

azure-mgmt-devtestlabs

Manages Azure Dev Test Labs resources—labs,…

unclear · top 5,000 on PyPI

azure-mgmt-extendedlocation

Provides a Python client library for managing…

permissive · top 5,000 on PyPI

azure-mgmt-monitor

Provides programmatic access to Azure Monitor…

permissive · top 5,000 on PyPI

azure-mgmt-resource-deploymentscripts

Provides a Python client library for managing…

permissive · top 5,000 on PyPI

azure-mgmt-resource-subscriptions

Manages Azure subscriptions and related…

permissive · top 15,000 on PyPI

azure-mgmt-resource-templatespecs

Manages Azure Resource Template Specs through a…

permissive · top 5,000 on PyPI

azure-mgmt-security

Manages Azure Security Center resources…

permissive · top 5,000 on PyPI

azure-mgmt-domainregistration

Manages Azure domain registrations…

permissive · top 5,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI