Hi There, I’m learning Pulumi. I wrote a sample code that creates an
#CRVK66N5U web app in
#CQ2QFLNFL (C#).
I need to access the web app instance I created in my code inside of an ‘if’ statement so that I can add AppSettings based on a given condition. Anyone can help me with that or point me to a code sample? I’m using the Azure-Native library.
I guess it starts somehow like this:
webapp.SiteConfig.Apply(cfg => cfg.AppSettings.Add(?????));
Thanks ! 🙂