Skip to main content
Pulumi logo

Modern infrastructure as code for Microsoft Azure

Pulumi brings Infrastructure as Code to Azure using familiar programming languages. Manage 100% of your Azure resources, including compute, containers, and serverless with C#, Python, Go, TypeScript, and more. Replace or interoperate with Azure Resource Manager (ARM) templates using Pulumi’s modern SDKs.

import * as resources from "@pulumi/azure-native/resources";
import * as storage from "@pulumi/azure-native/storage";

const resourceGroup = new resources.ResourceGroup("resourceGroup");

const storageAccount = new storage.StorageAccount("sa", {
    resourceGroupName: resourceGroup.name,
    sku: {
        name: "Standard_LRS",
    },
    kind: "StorageV2",
});

Azure infrastructure in any programming language

  • Define infrastructure in JavaScript, TypeScript, Python, Go, Java, YAML, or any .NET language, including C#, F#, and VB.
  • Increase your productivity using the full ecosystem of dev tools such as IDE auto-completion, type & error checking, linting, refactoring, and test frameworks to validate all of your Azure resources.
  • Keep your cloud secure and in compliance by enforcing policies on every deployment.
  • Codify best practices and policies, then share them with your team or community as self-service architectures.
Get started
Azure dashboard

ARM → Pulumi

Whether you’re new to Microsoft Azure or already using it to manage your infrastructure, Pulumi makes getting started easy. If you’re just starting out, you can write your infrastructure code using the Pulumi Azure SDK. Or if you’re already managing resources with Azure, you can deploy an existing ARM template using Pulumi or you can rewrite the ARM template JSON in a programming language, either entirely, or one resource at a time.

If you can deploy a resource with ARM templates, you can deploy it with the Pulumi Azure provider!

Learn more
ARM to Pulumi

100% API coverage

The Pulumi Azure provider covers 100% of the resources available in Azure Resource Manager giving you the full power of Azure at your fingertips. Every property of each resource is always represented in the SDKs.

Get started

Everything in one place

The SDKs include full coverage for Azure services, including Azure Static Web Apps, Azure Synapse Analytics, Azure Logic Apps, Azure Service Fabric, Azure Blockchain Service, Azure API Management, and dozens of other services.

Efficient adoption

There’s no need to rewrite your existing Azure configurations to get started with Pulumi. You can efficiently adopt existing Azure resources to save time and effort.

Secrets management

Use Pulumi to ensure secret data is encrypted in transit, at rest, and physically anywhere it gets stored. Bring your own preferred cloud encryption provider or use Pulumi’s native secrets provider.

Multi-cloud

Pulumi allows you to use top programming languages across all public clouds with support for over +170 popular cloud and service integrations, including private and hybrid clouds helping ensure any multi-cloud strategy is successful.

Convenience functions

The provider also contains functions to retrieve keys, secrets, and connection strings from all resources that expose them.

Automate delivery

You can integrate Pulumi directly with your favorite CI/CD and SCM systems to continuously deliver Azure infrastructure and applications. Improve the velocity and visibility into your deployments from simple to complex global environments.

Always up to date

Pulumi’s Microsoft Azure Native provider is designed to stay up-to-date with additions and changes to Azure APIs. The azure-native SDK is generated automatically from the Azure API specifications published by Microsoft, which means you’ll always have access to the latest Azure features and improvements.

Get started

Auto generated

An automated pipeline releases updated resources within hours after any current API specifications are merged. Auto-generated means less manual implementation and fewer chances for bugs, meaning a high fidelity, high quality experience.

Familiar concepts

Azure Resource Manager API is structured around Resource Providers — high-level groups like storage, compute, or web. We map Resource Providers to top-level modules or namespaces in Pulumi SDKs.

API versions

Each resource provider defines one or more API versions, for example, 2015-05-01, 2020-09-01, or 2020-08-01-preview. Every version of every ARM API is available in Pulumi SDKs, and each version has its own module or namespace.

All languages

The Pulumi Azure Native provider is available in all Pulumi languages, including JavaScript, TypeScript, Python, Go, .NET, Java, and YAML. All SDKs are open source on GitHub and available as npm, NuGet, PyPI, and Go modules.

Built-in guardrails

When you enable Pulumi’s Policy as Code feature, you instantly gain the power to prevent mistakes from being deployed. Enforce security, compliance, cost controls, and best practices using policies defined in modern languages.

Reduce deployment complexity

Pulumi lets you take advantage of common tools, frameworks, and techniques to unit, integration, and property test your Azure infrastructure. Ensure your infrastructure is correct before and after deployment.

Need help with Azure?

Learn how top engineering teams are using Pulumi’s SDK to create, deploy, and manage Azure resources.

Get started with Pulumi and Azure

Deploy your first Azure project in minutes. Follow our quickstart guide, or talk to our team about your specific needs.

The infrastructure as code platform for any cloud.