https://pulumi.com logo
i

icy-dress-83371

11/13/2019, 5:05 PM
hi all, probably a stupid question on my side here, but the documentation is slim on the remote state side of things. I know I need to do
pulumi login
<azblob://my-pulumi-state-bucket>
if I want to store my state in an azure blob, but 1) I am trying to find an example to see the real syntax for that URL, also, 2) how does the authentication work for that?
t

tall-librarian-49374

11/13/2019, 5:38 PM
So
my-pulumi-state-bucket
is the storage container name. You also need two env variables:
AZURE_STORAGE_ACCOUNT
(the name) and
AZURE_STORAGE_KEY
(the access key)
i

icy-dress-83371

11/13/2019, 8:07 PM
Thanks @tall-librarian-49374 I had actually found it just prior to your message, but thanks for the reply non the less
t

tall-librarian-49374

11/13/2019, 8:08 PM
Feel free to shoot a PR to docs as a thank-you 😉
n

nutritious-judge-27316

12/17/2019, 2:46 PM
This thread helped me out ^_^ Thanks
t

tall-librarian-49374

12/17/2019, 2:48 PM
Maybe you can do the PR then 😋
👍 1
n

nutritious-judge-27316

12/17/2019, 2:52 PM
Can you point me in right direction?
To do the PR
nevermind i worked it out :)