pulumi-azure-native
A native Pulumi package for creating and managing Azure resources.
What it is and what it does
pulumi_azure_native is a Pulumi provider that lets you define and deploy Azure infrastructure using Python code. It wraps the Azure Resource Manager REST API directly, giving you access to the full breadth of Azure services—compute, storage, networking, key vaults, and more—without an intermediate abstraction layer. You write Python code to declare resources, and Pulumi handles provisioning, updates, and teardown.
The package is one of four runtime dependencies you'll use alongside pulumi itself. It's designed for teams building cloud applications on Azure who want infrastructure defined in code, version-controlled, and integrated into CI/CD pipelines. The direct ARM API integration means you get high fidelity with Azure's actual capabilities, though you'll need to install the Pulumi CLI separately and configure Azure credentials before you can deploy.
Use it for:
- Define multi-tier Azure applications (VMs, databases, networking) in Python and deploy them repeatably.
- Automate Azure resource provisioning in CI/CD pipelines using Pulumi stacks and configuration.
- Manage Azure infrastructure changes as code, with version control and code review workflows.
- Build reusable Python modules for common Azure deployment patterns (e.g., app service + database).
- Migrate existing ARM templates or manual Azure deployments to infrastructure-as-code.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to create and manage Azure resources through Pulumi's infrastructure-as-code framework, with direct access to the full Azure Resource Manager REST API.
Yes. The package is actively maintained (released 1 day ago), has no known vulnerabilities, low install friction, and permissive licensing. It's the recommended Pulumi provider for Azure according to its own documentation. Install it if you're already using Pulumi and targeting Azure; it's not a standalone tool, so you'll need the Pulumi CLI and Azure credentials configured first.
Install
pulumi-azure-native on PyPI
pip
pip install pulumi-azure-nativeuv
uv add pulumi-azure-nativepoetry
poetry add pulumi-azure-nativeInstalling pulumi-azure-native
Before you install
Low install friction with a pure-Python wheel. Active maintenance—released 1 day ago—and four lightweight runtime dependencies (parver, pulumi, semver, typing-extensions). Requires Python 3.9 or later.
License in practice
Licensed under Apache-2.0 (permissive), allowing use in commercial and open-source projects with minimal restrictions; you must retain license notices.
Quickstart
pip install pulumi_azure_native
import pulumi
import pulumi_azure_native as azure_native
# Create an Azure resource group
resource_group = azure_native.resources.ResourceGroup('my-rg')
Requires the Pulumi CLI to be installed and configured separately; Azure credentials must be set up (via environment variables or Azure CLI authentication).
Verify before relying
- Whether the package supports all current Azure services or only a subset of the ARM API surface.
- Performance characteristics and any rate-limiting behavior when managing large numbers of resources.
- Compatibility guarantees between pulumi_azure_native versions and the Pulumi CLI version.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — parver, pulumi, semver, typing-extensions |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 703,996/month — #5,278 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pulumi_azure_native-3.26.0-py3-none-any.whl
Keywords: pulumi, azure, azure-native, category/cloud, kind/native
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
pulumi-aws-nativePulumi AWS Cloud Control Provider enables…
permissive · top 15,000 on PyPI
pulumi-azurePulumi provider for Azure Classic that lets you…
permissive · top 15,000 on PyPI
pulumi-azureadPulumi provider for Azure Active Directory that…
permissive · top 15,000 on PyPI
pulumi-google-nativePulumi provider for provisioning Google Cloud…
permissive · top 15,000 on PyPI
pulumiPulumi's Python SDK lets you define and deploy…
permissive · top 5,000 on PyPI
pulumi-kubernetesPulumi Kubernetes Resource Provider lets you…
permissive · top 5,000 on PyPI
pulumi-gcpPulumi resource provider for Google Cloud…
permissive · top 5,000 on PyPI
pulumi-docker-buildA Pulumi provider for building Docker images…
permissive · top 15,000 on PyPI
pulumi-awsPulumi AWS provider for Python that lets you…
permissive · top 5,000 on PyPI
pulumi-tlsPulumi resource provider for creating and…
permissive · top 5,000 on PyPI