--- id: pulumi-azure version: "6.39.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # pulumi-azure — A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates. License: permissive · Maintenance: active · Downloads: 206.6K/mo ## What it is and what it does Pulumi-azure is a resource provider that bridges Pulumi's infrastructure-as-code framework with Microsoft Azure, letting you define Azure resources in Python code rather than through the Azure portal or templates. It wraps the Terraform azurerm provider, exposing Azure services like compute, storage, key vault, and databases as strongly-typed Python objects. You write Python functions that declare what infrastructure you want, then Pulumi handles the provisioning and lifecycle management. The package is explicitly positioned as the Classic provider—the description recommends Azure Native for new projects because Native has broader resource coverage and faster access to new Azure features. Azure Classic remains fully supported for existing deployments but receives new features more slowly. It depends on pulumi as its core orchestration engine, plus parver and semver for version constraint handling, and typing-extensions for runtime type support. Use it for: - Define and deploy Azure infrastructure (VMs, databases, networking) using Python code instead of ARM templates or portal clicks - Manage existing Azure Classic deployments and updates through version-controlled infrastructure code - Integrate Azure resource provisioning into CI/CD pipelines as part of application deployment workflows - Reuse infrastructure patterns across projects by writing Python functions that generate common Azure configurations ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Pulumi provider for Azure Classic that lets you define and manage Azure cloud resources programmatically using Python, alongside parver, semver, and typing-extensions for version handling. Yes, if you are maintaining existing Azure Classic infrastructure or prefer Python-based infrastructure-as-code with Pulumi. No, if starting a new Azure project—the package's own documentation recommends Azure Native instead for new deployments. Install friction is low and maintenance is active, but verify that Classic's slower feature velocity meets your resource and timeline needs. ## Install pip install pulumi-azure uv add pulumi-azure poetry add pulumi-azure ## Installing pulumi-azure Before you install: Low install friction with a pure-Python wheel distribution. Active maintenance with a release 31 days ago and ongoing repository activity. 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 beyond attribution and liability disclaimers. Quickstart: pip install pulumi-azure import pulumi import pulumi_azure as azure # Create an Azure resource group resource_group = azure.core.ResourceGroup('my-rg', location='eastus') Requires Pulumi CLI to be installed separately and Azure credentials configured (via environment variables, Azure CLI, or managed identity) Verify before relying: - Whether Azure Classic resource coverage meets your specific infrastructure needs compared to Azure Native provider - Performance characteristics and deployment speed for large-scale infrastructure - Community support and third-party tooling ecosystem maturity ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 206.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags infrastructure as code azure, pulumi azure provider, azure resource management python, cloud infrastructure automation, azure classic provisioning, declarative azure deployment, pulumi infrastructure templates, infrastructure-as-code, cloud-provisioning, azure-legacy [View on SkillFed](https://skillfed.io/packages/pulumi-azure) · [View on PyPI](https://pypi.org/project/pulumi-azure/)