https://pulumi.com logo
#getting-started
Title
# getting-started
s

stocky-butcher-62635

04/07/2022, 2:00 PM
if I
Copy code
pulumi stack init staging
then it doesn't add a new yml file. And if I add a yml file then no new pink blob appears in the website
b

billowy-army-68599

04/07/2022, 3:03 PM
Initializing a stack doesn't add any configuration objects to the stack. you need to do:
Copy code
pulumi stack init staging
pulumi config set azure-native:location WestUS # or any other configuration object
5 Views