@pulumi/azure-native
v3.20.0
Published
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pulumi/azure-nativeor yarn:
yarn add @pulumi/azure-nativePython
To use from Python, install using pip:
pip install pulumi_azure_nativeGo
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.AzureNativeConcepts
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.
