https://pulumi.com logo
Title
t

tall-needle-56640

01/19/2021, 5:42 PM
Is there a next gen equivalent for
Pulumi.Azure.Storage.Blob
? I can't find it in Pulumi or the Azure rest spec.
t

tall-needle-56640

01/19/2021, 6:05 PM
Oh sorry. Fixed my question. I'm looking for how to upload a blob.
t

tall-librarian-49374

01/19/2021, 6:19 PM
t

tall-needle-56640

01/19/2021, 9:24 PM
OK, now I'm looking to at another issue. If I am using
Pulumi.Azure.Storage.Blob
and
Pulumi.AzureNextGen.Storage.Latest.StorageAccount
, is it possible to use this method
SharedAccessSignature.SignedBlobReadUrl(blob, storageAccount)
given that
storageAccount
is the wrong type? Is there a way to convert from one account type to another? I looked at
GetAccount.InvokeAsync
but it doesn't return an
Account
type. Do I have to resort to
Pulumi.Azure
again?
Oh, I found
Account.Get()
. That should work.