You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An azd environment variable is stored by the azd CLI for each environment. It is passed to the "azd up" command and can configure both provisioning options and application settings.
6
+
When adding new azd environment variables, update:
7
+
8
+
1. infra/main.parameters.json : Add the new parameter with a Bicep-friendly variable name and map to the new environment variable
9
+
1. infra/main.bicep: Add the new Bicep parameter at the top, and add it to the `webAppEnv` object
10
+
1. .github/workflows/azure-dev.yml: Add the new environment variable under `env` section. If it's a @secure variable in main.bicep, it should come from `secrets`, otherwise from `vars`.
0 commit comments