hi all, probably a stupid question on my side here...
# general
i
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
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
Thanks @tall-librarian-49374 I had actually found it just prior to your message, but thanks for the reply non the less
t
Feel free to shoot a PR to docs as a thank-you 😉
n
This thread helped me out ^_^ Thanks
t
Maybe you can do the PR then 😋
👍 1
n
Can you point me in right direction?
To do the PR
nevermind i worked it out :)