careful-state-15277
02/20/2020, 2:05 PMmicroscopic-pilot-97530
02/20/2020, 3:13 PMApply
. See https://www.pulumi.com/docs/intro/concepts/programming-model/#apply
var url = virtualmachine.DnsName.Apply(dnsName => "https://" + dnsName);
careful-state-15277
02/20/2020, 3:18 PMPulumi.Azure.Storage.Invokes.GetAccountBlobContainerSAS
for a storage account I'm creating but the GetAccountBlobContainerSASArgs has strings properties instead of Inputstring parametersmicroscopic-pilot-97530
02/20/2020, 3:31 PMGetAccountBlobContainerSAS
inside the Apply
where the argument will be a string.careful-state-15277
02/20/2020, 3:35 PMtall-librarian-49374
02/20/2020, 4:24 PMSharedAccessSignature.SignedBlobReadUrl(blob, storageAccount);
in the standard library.careful-state-15277
02/20/2020, 4:25 PMtall-librarian-49374
02/20/2020, 4:25 PMcareful-state-15277
02/20/2020, 4:27 PMtall-librarian-49374
02/20/2020, 4:29 PMcareful-state-15277
02/20/2020, 4:30 PMtall-librarian-49374
02/20/2020, 4:31 PMcareful-state-15277
02/20/2020, 4:32 PMtall-librarian-49374
02/20/2020, 4:33 PMcareful-state-15277
02/20/2020, 4:33 PMtall-librarian-49374
02/20/2020, 4:33 PMcareful-state-15277
02/20/2020, 4:33 PMtall-librarian-49374
02/20/2020, 4:35 PMcareful-state-15277
02/20/2020, 4:36 PMtall-librarian-49374
02/20/2020, 4:40 PM