pulumi-azure-native


Namepulumi-azure-native JSON
Version 2.33.0 PyPI version JSON
download
home_pageNone
SummaryA native Pulumi package for creating and managing Azure resources.
upload_time2024-03-22 15:37:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi azure azure-native category/cloud kind/native
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native)
[![Python version](https://badge.fury.io/py/pulumi-azure-native.svg)](https://pypi.org/project/pulumi-azure-native)
[![NuGet version](https://badge.fury.io/nu/pulumi.azurenative.svg)](https://badge.fury.io/nu/pulumi.azurenative)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-azure-native/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-azure-native/sdk/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fazure-native.svg)](https://github.com/pulumi/pulumi-azure-native/blob/master/LICENSE)

# Native Azure Pulumi Provider

The [Azure Native](https://www.pulumi.com/docs/intro/cloud-providers/azure/) provider for Pulumi lets you use Azure resources in your cloud programs.
This provider uses the Azure Resource Manager REST API directly and therefore provides full access to the ARM API.

The Azure Native provider is the recommended provider for projects targeting Azure.

To use this package, [install the Pulumi CLI](https://www.pulumi.com/docs/get-started/install/).

## 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-native

or `yarn`:

    yarn add @pulumi/azure-native

### Python

To use from Python, install using `pip`:

    pip install pulumi_azure_native

### Go

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

    go get github.com/pulumi/pulumi-azure-native/sdk

### .NET

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

    dotnet add package Pulumi.AzureNative

## Concepts

The `@pulumi/azure-native` 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) 'compute', 'keyvault', 'network', 'storage', and more.

The Azure Native provider works directly with the Azure Resource Manager (ARM) platform instead of depending on a
handwritten layer as with the [classic provider](https://github.com/pulumi/pulumi-azure). This approach ensures higher
quality and higher fidelity with the Azure platform.

## Configuring credentials

To learn how to configure credentials refer to the [Azure configuration options](https://www.pulumi.com/registry/packages/azure-native/installation-configuration/#configuration-options).

## Other Configuration

In addition to the configuration options in the official documentation linked above, the following environment variables can be used to tweak lower-level behavior of the provider:

  - `PULUMI_FORCE_NEW_FROM_SUBTYPES`: if, after a change in your program, the provider does not replace a resource that should be replaced because it cannot be updated, setting this variable to `true` might allow the provider to infer the correct behavior. For more details please see PR #2970. We're planning to make this behavior the default in the future.

## Building

See [contributing](CONTRIBUTING.md) for details on how to build and contribute to this provider.

## Reference

For further information, visit [Azure Native in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/)
or for detailed API reference documentation, visit [Azure Native 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-native",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, azure, azure-native, category/cloud, kind/native",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/23/04/8b76f6a5ead6daa87a895da4ca7f7e893227e5abc94aedce5f9d058b45aa/pulumi_azure_native-2.33.0.tar.gz",
    "platform": null,
    "description": "[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native)\n[![Python version](https://badge.fury.io/py/pulumi-azure-native.svg)](https://pypi.org/project/pulumi-azure-native)\n[![NuGet version](https://badge.fury.io/nu/pulumi.azurenative.svg)](https://badge.fury.io/nu/pulumi.azurenative)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-azure-native/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-azure-native/sdk/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fazure-native.svg)](https://github.com/pulumi/pulumi-azure-native/blob/master/LICENSE)\n\n# Native Azure Pulumi Provider\n\nThe [Azure Native](https://www.pulumi.com/docs/intro/cloud-providers/azure/) provider for Pulumi lets you use Azure resources in your cloud programs.\nThis provider uses the Azure Resource Manager REST API directly and therefore provides full access to the ARM API.\n\nThe Azure Native provider is the recommended provider for projects targeting Azure.\n\nTo use this package, [install the Pulumi CLI](https://www.pulumi.com/docs/get-started/install/).\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-native\n\nor `yarn`:\n\n    yarn add @pulumi/azure-native\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    pip install pulumi_azure_native\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-native/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    dotnet add package Pulumi.AzureNative\n\n## Concepts\n\nThe `@pulumi/azure-native` 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) 'compute', 'keyvault', 'network', 'storage', and more.\n\nThe Azure Native provider works directly with the Azure Resource Manager (ARM) platform instead of depending on a\nhandwritten layer as with the [classic provider](https://github.com/pulumi/pulumi-azure). This approach ensures higher\nquality and higher fidelity with the Azure platform.\n\n## Configuring credentials\n\nTo learn how to configure credentials refer to the [Azure configuration options](https://www.pulumi.com/registry/packages/azure-native/installation-configuration/#configuration-options).\n\n## Other Configuration\n\nIn addition to the configuration options in the official documentation linked above, the following environment variables can be used to tweak lower-level behavior of the provider:\n\n  - `PULUMI_FORCE_NEW_FROM_SUBTYPES`: if, after a change in your program, the provider does not replace a resource that should be replaced because it cannot be updated, setting this variable to `true` might allow the provider to infer the correct behavior. For more details please see PR #2970. We're planning to make this behavior the default in the future.\n\n## Building\n\nSee [contributing](CONTRIBUTING.md) for details on how to build and contribute to this provider.\n\n## Reference\n\nFor further information, visit [Azure Native in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/)\nor for detailed API reference documentation, visit [Azure Native 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 native Pulumi package for creating and managing Azure resources.",
    "version": "2.33.0",
    "project_urls": {
        "Homepage": "https://pulumi.com",
        "Repository": "https://github.com/pulumi/pulumi-azure-native"
    },
    "split_keywords": [
        "pulumi",
        " azure",
        " azure-native",
        " category/cloud",
        " kind/native"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5cd008a665cb1571f4d0632d5e55714666b9f191e666d9d248b33caa366ce16",
                "md5": "ad6248e0c22c06ea9b985b790b2ac93f",
                "sha256": "d2e35b97b8ee1925ef520047c7d404b264b2c20c57d1922c7dbf25b377d27798"
            },
            "downloads": -1,
            "filename": "pulumi_azure_native-2.33.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad6248e0c22c06ea9b985b790b2ac93f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 64438143,
            "upload_time": "2024-03-22T15:37:19",
            "upload_time_iso_8601": "2024-03-22T15:37:19.657186Z",
            "url": "https://files.pythonhosted.org/packages/c5/cd/008a665cb1571f4d0632d5e55714666b9f191e666d9d248b33caa366ce16/pulumi_azure_native-2.33.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23048b76f6a5ead6daa87a895da4ca7f7e893227e5abc94aedce5f9d058b45aa",
                "md5": "13b2cbec2933606b4841eda3c5267751",
                "sha256": "2d4f2a27b0be472e53b8c0042ca404cc783f6f990fe440716a17c2625f49ecce"
            },
            "downloads": -1,
            "filename": "pulumi_azure_native-2.33.0.tar.gz",
            "has_sig": false,
            "md5_digest": "13b2cbec2933606b4841eda3c5267751",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 38776325,
            "upload_time": "2024-03-22T15:37:27",
            "upload_time_iso_8601": "2024-03-22T15:37:27.028863Z",
            "url": "https://files.pythonhosted.org/packages/23/04/8b76f6a5ead6daa87a895da4ca7f7e893227e5abc94aedce5f9d058b45aa/pulumi_azure_native-2.33.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 15:37:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-azure-native",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-azure-native"
}
        
Elapsed time: 0.24278s