Registry / cloud / pulumi-pulumi-azure-native-sdk

pulumi-pulumi-azure-native-sdk

JSON →
library1.104.0gogounverified

Pulumi SDK for native Azure resources, enabling infrastructure as code.

go get github.com/pulumi/pulumi-azure-native-sdk
INSTALL
IMPORT
SIG · PULUMI-PULUMI-AZUR
P
pulumi-pulumi-azure-native-sdk
cloudgov1.104.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

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

Creates an Azure resource group using Pulumi

package main import ( "github.com/pulumi/pulumi-azure-native-sdk/resources" "github.com/pulumi/pulumi/sdk/v3/go/pulumi" ) func main() { pulumi.Run(func(ctx *pulumi.Context) error { rg, err := resources.NewResourceGroup(ctx, "myrg", nil) if err != nil { return err } ctx.Export("resourceGroupName", rg.Name) return nil }) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.104.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
pulumi-pulumi-azure-native-sdk — go get pulumi-pulumi-azure-native-sdk · libregistry