https://pulumi.com logo
Title
s

swift-forest-96094

08/10/2022, 2:35 PM
Why is this a ghost town?
b

bored-oyster-3147

08/10/2022, 3:09 PM
Just numbers. It's a community driven slack and this is a secondary channel that has 1/8th of the total users of the server. You can always post on GitHub issues or GitHub discussions as well, you have other avenues.
b

billowy-army-68599

08/10/2022, 3:14 PM
Echoing what Josh said, also curious if you could expand what you mean?
s

swift-forest-96094

08/10/2022, 3:15 PM
My bad, the other channels are active, but don’t see a lot of answers on the #azure channel. Seems surprising.
b

billowy-army-68599

08/10/2022, 3:16 PM
I endeavour to answer everything I can, but the last week I've been at conferences and at the Pulumi staff wellness week. If there's something outstanding I'd love to get it answered
s

swift-forest-96094

08/10/2022, 3:16 PM
That being said, been using Pulumi some some pretty cool stuff at work. Standing up a 2-tiered LB’ed set of VM Scale sets with the Azure pipelines agent already installed so I can immediately deploy to it.
😛artypus-8bit: 1
b

billowy-army-68599

08/10/2022, 3:17 PM
That sounds awesome!
s

swift-forest-96094

08/10/2022, 3:17 PM
Yeah, I am wondering how you would import an existing loadbalancer rule into a yaml.
b

billowy-army-68599

08/10/2022, 3:18 PM
You should just be able to use pulumi import
s

swift-forest-96094

08/10/2022, 3:18 PM
Some of the examples list things that already exist, but in this case, I’m defining them within the loadbalancer entry itself, so maybe I need output variables?
But yeah, I suppose if I set something up the way I want on the Azure UI, I’d just import it from pulumi into the stack
b

billowy-army-68599

08/10/2022, 3:26 PM
struggling to picture what you’re saying, do you have some existing code you want to add something to?
s

swift-forest-96094

08/10/2022, 3:28 PM
yeah, I’m building a setup like this: LB 2 windows VMs LB 2 windows VMs I have frontend IP configs for both, so now I’m setting up load balancer rules for each. So just wondering what you’d advise as the best way to add to that yaml. Set it up in azure and them import it, or write out the yaml and push it with pulumi up
b

billowy-army-68599

08/10/2022, 3:31 PM
the latter definitely, because you’ll likely need to have ouputs from the vms as inputs into the lb
s

swift-forest-96094

08/10/2022, 6:43 PM
I'm probably not using outputs correctly 😅
b

billowy-army-68599

08/10/2022, 6:51 PM
can you share the code you already have? i can probably help get you where you need to be