This message was deleted.
# azure
s
This message was deleted.
b
Looking for documentation (https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs-and-strings) you can use Output.Format
Copy code
// Interpolate takes a JavaScript "template literal" and expands outputs correctly:
var url = Output.Format($"http://{hostname}:{port}/");
c
Thank you man, even nicer than Output.Tuple!