Skip to content

Latest commit

 

History

History
 
 

examples

Pulumi Example

Pulumi.[stack].yml

In this file, you must specify

If you're using Azure Native :

config:
  azure-native:environment: public
  azure-native:location: <location>
  azure-native:subscriptionId: <xxxx-xxxx>
  azure-native:tenantId: <xxxx-xxxx>

If you're using Azure Classic :

config:
  azure:environment: public
  azure:location: <location>
  azure:subscriptionId: <xxxx-xxxx>
  azure:tenantId: <xxxx-xxxx>

Set your Azure login name :

You will need to set your name, otherwise you will not be able to access the keyvault because it is configured in AccessPolicy and not RBAC

Init Pulumi project

npm install
pulumi up