This message was deleted.
# dotnet
s
This message was deleted.
t
Your plan sounds reasonable. I can’t grasp the problem that you are facing yet… Here is one example of a reusable component, if that helps https://github.com/pulumi/examples/blob/master/azure-cs-net5-aks-webapp/AksCluster.cs
p
Thanks Mikhail, Ill take a look!
Also, just to share what I have so far. Here is what I currently have.
t
Reading from config like this seems reasonable. If you want, you may have some helper class/methods with parameters for vnets/subnets/… and pass the configured values to it from the Stack class.
p
Thanks! Got it working 🙂