This release is a pre-release and may not be stable for production use.
Native Azure Pulumi Provider
The Azure Native 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.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (JavaScript/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. 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.
Building
See contributing for details on how to build and contribute to this provider.
Reference
For further information, visit Azure Native in the Pulumi Registry or for detailed API reference documentation, visit Azure Native API Docs in the Pulumi Registry.
Release files for pulumi-azure-native 3.29.0a1790179771
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumi_azure_native-3.29.0a1790179771.tar.gz | 12.9 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_azure_native-3.29.0a1790179771-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.5 MB
Release files / pulumi_azure_native-3.29.0a1790179771.tar.gz
| Download URL | pulumi_azure_native-3.29.0a1790179771.tar.gz |
|---|---|
| Size | 12.9 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
437de398bc058729a707c04b40fe7ed2b98949fe3fec8af13fd58fc5d69e55d2
|
|
BLAKE2b-256 checksum How to use checksums |
1cf47e7687c6d462ae39f2f33768b4ef9813261580fd39e76d645a2e18781d03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.21
|
Release files / pulumi_azure_native-3.29.0a1790179771-py3-none-any.whl
| Download URL | pulumi_azure_native-3.29.0a1790179771-py3-none-any.whl |
|---|---|
| Size | 21.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ce98dd05974aa67b3f7e393522868c1012d0f3bb9486411f06c35c0454d0dc40
|
|
BLAKE2b-256 checksum How to use checksums |
9086ac50a88d05ac35e56de2c2f1a34388f884a70f03773986ffdf33235bbe06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.21
|