This package has been deprecated

Author message:

The 'pulumi-azure-nextgen' provider has been renamed to 'pulumi-azure-native'. This package has been deprecated in favor of @pulumi/azure-native. See https://github.com/pulumi/pulumi-azure-native for the information on the new provider.

@pulumi/azure-nextgen
TypeScript icon, indicating that this package has built-in type declarations

0.6.1 • Public • Published

Next Generation Azure Pulumi Provider (preview)

The Next Generation 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 ARM API.

The provider is currently in private preview:

  • Breaking changes are regularly introduced, including changes in SDKs, provider plugin, and state format
  • No artifacts are published in public package managers or Pulumi provider registry. You'll have to build them yourself in order to use the provider.

To use this package, please install the Pulumi CLI first.

Configuring credentials

Credentials configuration is compatible with the existing Terraform-based Azure provider.

Please refer to this quickstart guide for possible configuration options.

Building

Dependencies

  • Go 1.15
  • NodeJS 10.X.X or later
  • Python 3.6 or later
  • .NET Core 3.1

Please refer to Contributing to Pulumi for installation guidance.

Building locally

Run the following commands to install Go modules, generate all SDKs, and build the provider:

$ make ensure
$ make build

Add the bin folder to your $PATH or copy the bin/pulumi-resource-azurerm file to another location in your $PATH.

Running an example

Navigate to one of the examples and run Pulumi:

$ cd ./exampes/simple
$ yarn link @pulumi/azure-nextgen
$ pulumi up

Package Sidebar

Install

npm i @pulumi/azure-nextgen

Homepage

pulumi.com

Weekly Downloads

229

Version

0.6.1

License

Apache-2.0

Unpacked Size

143 MB

Total Files

41877

Last publish

Collaborators

  • joeduffy
  • pulumi-bot