This message was deleted.
# azure
s
This message was deleted.
r
I managed to fix the login issue
w
Out of curiosity - what was the issue? We are planning some documentation and product work in this area and would love to make sure we address the issue that led you to problems here initially.
r
"pulumi login" part was the issue. When I just used "-c azblob://state" it worked.
c
Hi Mifla! Yep, the
loginArgs
input takes just the optional args accepted by the
login
command. You do not need to add the
pulumi login
command in there.
👍 1