Hi, I’m setting up a Static Web App with python us...
# general
v
Hi, I’m setting up a Static Web App with python using
pulumi_azure_native.web.StaticSite(StaticSiteArgs(...))
. I can successfully deploy the site, but I need to add ‘environment variables’ to the Static Web App. How do I add this to my StaticSiteArgs? I can’t find a way to do this in the documentation. Thanks
l
Hi Rob. I'm not familiar with Azure in too much detail, but to my mind -- are these "build-time" environment variables? Or do you mean that you want to use environment variables available to your Pulumi program to configure the static site resource(s)?
v
They are build time environment variables stored in the configuration of the Azure Static Web App