This message was deleted.
# azure
s
This message was deleted.
t
Oh sorry. Fixed my question. I'm looking for how to upload a blob.
t
t
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
Copy code
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.