Document all environment variables in environment-variables.md#6653
Draft
Document all environment variables in environment-variables.md#6653
Conversation
Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Document all environment variables in environment-variables.md
Document all environment variables in environment-variables.md
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The environment variables documentation covered only ~12 of 93 variables used by azd. Many critical variables like
AZURE_ENV_NAME,AZURE_SUBSCRIPTION_ID, Dev Center variables, debug flags, and CI/CD integration variables were undocumented.Changes
docs/environment-variables.md: Documented all 93 environment variables, organized into 13 sections:AZURE_ENV_NAME,AZURE_LOCATION,AZURE_SUBSCRIPTION_ID, etc.)AZURE_DEVCENTER_*)AZD_CONFIG_DIR,AZD_DEMO_MODE,AZD_CONTAINER_RUNTIME)AZD_ALPHA_ENABLE_*)AZD_AUTH_*)bicep,gh,pack, builder image)AZD_EXT_TIMEOUT,AZD_SERVER,AZD_ACCESS_TOKEN)AZURE_DEV_COLLECT_TELEMETRY,TRACEPARENT,TRACESTATE)ARM_*)NO_COLOR,TERM,BROWSER)AZD_DEBUG_*) - marked with warning for internal useAZD_TEST_*) - marked with warning for test-only useAGENTS.md: Added maintenance guidelines for environment variable documentation under "Documentation Standards" to ensure future changes include documentation updatesEach variable includes description, usage context, and type information (boolean, path, URL, etc.).
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.