https://pulumi.com logo
Title
p

plain-tiger-79744

03/30/2020, 1:16 PM
When I use pulumi with my own state using Azure blob storage, do I have state per environment or is the blob storage for all environments(stacks)? Do I have to login (pulumi login ...) with the given blob url for each environment deployment? Is there a better example on how to setup pulumi with Azure blob storage? What kind of Url do I need to provide? What is meant by "azblob://", what follows after that?
c

colossal-room-15708

03/30/2020, 8:20 PM
Does https://david-obrien.net/2019/10/pulumi-azure-storage help a bit? You can have one container for multiple stacks.
p

plain-tiger-79744

03/31/2020, 12:23 PM
@colossal-room-15708 Yes, thank you. I gave some feedback regarding the documentation to pulumi already. The documentation lacks a lot of information unfortunately. 😒