1. Packages
  2. Azure Classic

We recommend using Azure Native.

Azure Classic v5.69.0 published on Thursday, Mar 14, 2024 by Pulumi

Azure Classic

azure logo

We recommend using Azure Native.

Azure Classic v5.69.0 published on Thursday, Mar 14, 2024 by Pulumi

    We recommend using the Azure Native provider to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates because it’s built and automatically from the Azure Resource Manager API.

    Azure Classic is based on the Terraform AzureRM provider. It has fewer resources and resource options and receives new Azure features more slowly than Azure Native. However, Azure Classic remains fully supported for existing usage.

    The Azure Classic provider for Pulumi can be used to provision many of the cloud resources available in Azure. It manages and provisions resources using the Azure Resource Manager (ARM) APIs.

    Azure Classic must be configured with credentials to deploy and update resources in Azure; see Installation & Configuration for instructions.

    Example

    const azure = require("@pulumi/azure")
    
    const resourceGroupName = new azure.core.ResourceGroup("my-group", {
        location: "westus2",
    });
    
    resources:
      my-group:
        type: azure:core:ResourceGroup
        properties:
          location: westus2
    

    Visit the How-to Guides to find step-by-step guides for specific scenarios like running an app in Azure App Service or setting up a serverless Azure Function.

    azure logo

    We recommend using Azure Native.

    Azure Classic v5.69.0 published on Thursday, Mar 14, 2024 by Pulumi