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 :
user:name: [email protected]
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
npm install
pulumi up