Hi <@UN1QV7LHH>! The `pulumi-azure` provider is in...
# golang
s
Hi @cold-car-23440! The
pulumi-azure
provider is indeed based on the AzureRM Terraform provider. The same resource model is exposed by each language SDK, so the typescript docs are mostly fine for working out what is available. The actual Go programming model is the same between AWS and Azure too - you create your resources in the function passed to
pulumi.Run
, and pass the
pulumi.Context
into each resource constructor. Do you have a specific scenario in mind that you’d like an example of?