sparse-intern-71089
02/20/2020, 2:05 PMmicroscopic-pilot-97530
Apply
. 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 PMcareful-state-15277
02/20/2020, 3:20 PMPulumi.Azure.Storage.Invokes.GetAccountBlobContainerSAS
for a storage account I'm creating but the GetAccountBlobContainerSASArgs has strings properties instead of Inputstring parametersmicroscopic-pilot-97530
GetAccountBlobContainerSAS
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 PMcareful-state-15277
02/20/2020, 4:30 PMcareful-state-15277
02/20/2020, 4:31 PMtall-librarian-49374
02/20/2020, 4:31 PMtall-librarian-49374
02/20/2020, 4:32 PMcareful-state-15277
02/20/2020, 4:32 PMcareful-state-15277
02/20/2020, 4:32 PMtall-librarian-49374
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:33 PMcareful-state-15277
02/20/2020, 4:33 PMcareful-state-15277
02/20/2020, 4:34 PMcareful-state-15277
02/20/2020, 4:34 PMtall-librarian-49374
02/20/2020, 4:35 PMcareful-state-15277
02/20/2020, 4:36 PMcareful-state-15277
02/20/2020, 4:37 PMtall-librarian-49374
02/20/2020, 4:40 PM