App Service Environment Variables (CI/CD Github Actions)
Cloud Texavie
71
Reputation points
Hi,
I am deploying a nodejs application on AppService with a CI/CD pipeline (Github Actions). Based on my understanding, the environment variables (e.g process.env.VARIABLE) need to be set under the Application Settings on the Azure Portal for App Service:
However, at runtime the environment variables are unset (i.e process.env.IoTHubConnectionString is undefined):
Is there any step that I am missing, for example, some configs in the github actions yaml file that I need to add?
Thanks
Sign in to answer