if I ```pulumi stack init staging``` then it doesn...
# getting-started
s
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
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