pulumi-azure


Namepulumi-azure JSON
Version 5.72.0 PyPI version JSON
download
home_pageNone
SummaryA 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.
upload_time2024-04-15 18:09:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi azure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-azure/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-azure/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure.svg)](https://npmjs.com/package/@pulumi/azure)
[![Python version](https://badge.fury.io/py/pulumi-azure.svg)](https://pypi.org/project/pulumi-azure)
[![NuGet version](https://badge.fury.io/nu/pulumi.azure.svg)](https://badge.fury.io/nu/pulumi.azure)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-azure/sdk/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-azure/sdk/v5/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-azure/blob/master/LICENSE)

# Microsoft Azure Resource Provider

> **_NOTE:_** 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 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 resource provider for Pulumi lets you use Azure resources in your cloud programs.  To use
this package, please [install the Pulumi CLI first](https://pulumi.io/). For a streamlined Pulumi walkthrough, including language runtime installation and Azure configuration, select "Get Started" below.

<div>
    <a href="https://www.pulumi.com/docs/get-started/azure" title="Get Started">
       <img src="https://www.pulumi.com/images/get-started.svg?" width="120">
    </a>
</div>

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

    $ npm install @pulumi/azure

or `yarn`:

    $ yarn add @pulumi/azure

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_azure

### Go

To use from Go, use `go get` to grab the latest version of the library

    $ go get github.com/pulumi/pulumi-azure/sdk/v5

### .NET 

To use from .NET, install using `dotnet add package`:

    $ dotnet add package Pulumi.Azure

## Concepts

The `@pulumi/azure` package provides a strongly-typed means to build cloud applications that create
and interact closely with Azure resources.  Resources are exposed for the entire Azure surface area,
including (but not limited to), 'appinsights', 'compute', 'cosmosdb', 'keyvault', and more.

## Configuring credentials

There are a variety of ways credentials may be configured for the Azure provider, appropriate for
different use cases. Refer to the [Azure configuration options](
https://www.pulumi.com/registry/packages/azure-native/installation-configuration/#configuration-options).

## Reference

For further information, visit [Azure in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/)
or for detailed API reference documentation, visit [Azure API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/api-docs/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-azure",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, azure",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/45/52/3b043819fb1bfab27e509c43df113c7a6d54f82c1f710937f0a4ddcf3500/pulumi_azure-5.72.0.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-azure/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-azure/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure.svg)](https://npmjs.com/package/@pulumi/azure)\n[![Python version](https://badge.fury.io/py/pulumi-azure.svg)](https://pypi.org/project/pulumi-azure)\n[![NuGet version](https://badge.fury.io/nu/pulumi.azure.svg)](https://badge.fury.io/nu/pulumi.azure)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-azure/sdk/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-azure/sdk/v5/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-azure/blob/master/LICENSE)\n\n# Microsoft Azure Resource Provider\n\n> **_NOTE:_** 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 because it\u2019s built and automatically from the Azure Resource Manager API.\n>\n> 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.\n\nThe Azure Classic resource provider for Pulumi lets you use Azure resources in your cloud programs.  To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/). For a streamlined Pulumi walkthrough, including language runtime installation and Azure configuration, select \"Get Started\" below.\n\n<div>\n    <a href=\"https://www.pulumi.com/docs/get-started/azure\" title=\"Get Started\">\n       <img src=\"https://www.pulumi.com/images/get-started.svg?\" width=\"120\">\n    </a>\n</div>\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/azure\n\nor `yarn`:\n\n    $ yarn add @pulumi/azure\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_azure\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-azure/sdk/v5\n\n### .NET \n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Azure\n\n## Concepts\n\nThe `@pulumi/azure` package provides a strongly-typed means to build cloud applications that create\nand interact closely with Azure resources.  Resources are exposed for the entire Azure surface area,\nincluding (but not limited to), 'appinsights', 'compute', 'cosmosdb', 'keyvault', and more.\n\n## Configuring credentials\n\nThere are a variety of ways credentials may be configured for the Azure provider, appropriate for\ndifferent use cases. Refer to the [Azure configuration options](\nhttps://www.pulumi.com/registry/packages/azure-native/installation-configuration/#configuration-options).\n\n## Reference\n\nFor further information, visit [Azure in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/)\nor for detailed API reference documentation, visit [Azure API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/api-docs/).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "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.",
    "version": "5.72.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-azure"
    },
    "split_keywords": [
        "pulumi",
        " azure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87363893308516443be66e2265b0f564e03d1afc820664bd23246b2e19dc08b2",
                "md5": "8e077b1cbcab6992d74abf9d963888aa",
                "sha256": "683fe01e07f334055699da5980b1e656548ee0816a91f5430661bde093589a24"
            },
            "downloads": -1,
            "filename": "pulumi_azure-5.72.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e077b1cbcab6992d74abf9d963888aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6764609,
            "upload_time": "2024-04-15T18:09:28",
            "upload_time_iso_8601": "2024-04-15T18:09:28.163683Z",
            "url": "https://files.pythonhosted.org/packages/87/36/3893308516443be66e2265b0f564e03d1afc820664bd23246b2e19dc08b2/pulumi_azure-5.72.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45523b043819fb1bfab27e509c43df113c7a6d54f82c1f710937f0a4ddcf3500",
                "md5": "be9dabe4d78b91afb30f8af58585ba78",
                "sha256": "cf901905523a99683a3587d5aa2747146256820d3f9520387f8edbe340bcc372"
            },
            "downloads": -1,
            "filename": "pulumi_azure-5.72.0.tar.gz",
            "has_sig": false,
            "md5_digest": "be9dabe4d78b91afb30f8af58585ba78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4855340,
            "upload_time": "2024-04-15T18:09:35",
            "upload_time_iso_8601": "2024-04-15T18:09:35.973927Z",
            "url": "https://files.pythonhosted.org/packages/45/52/3b043819fb1bfab27e509c43df113c7a6d54f82c1f710937f0a4ddcf3500/pulumi_azure-5.72.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 18:09:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-azure",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-azure"
}
        
Elapsed time: 0.28238s