:hand: Quick question: Can we configure dedicated backend per stack? I use the same azure storage fo...
f
Quick question: Can we configure dedicated backend per stack? I use the same azure storage for dev, stage and prod. Now wanted to use dedicated storage state backend.
Found it. It is possible.
Copy code
1. pulumi logout
2. pulumi login <az atorage>
3. pulumi stack init <stack name>