tall-needle-56640
01/19/2021, 5:42 PMPulumi.Azure.Storage.Blob
? I can't find it in Pulumi or the Azure rest spec.cool-fireman-90027
01/19/2021, 5:58 PMtall-needle-56640
01/19/2021, 6:05 PMtall-librarian-49374
01/19/2021, 6:19 PMtall-needle-56640
01/19/2021, 9:24 PMPulumi.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?Account.Get()
. That should work.