-
Notifications
You must be signed in to change notification settings - Fork 268
Document all azd environment variables #6397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Expand environment-variables.md from 21 to 119 lines with comprehensive documentation - Organize variables by category: Configuration, Authentication, Azure Resources, Platform, Container/Build, Tool Paths, Terminal/Output, Alpha Features, CI/CD Integration, Extensions, Cloud Shell, Debug/Development - Document 50+ environment variables including: * User-facing variables (AZURE_DEV_COLLECT_TELEMETRY, AZURE_DEV_USER_AGENT, AZURE_ENV_NAME, etc.) * Azure resource variables (AZURE_LOCATION, AZURE_SUBSCRIPTION_ID, AZURE_RESOURCE_GROUP, etc.) * CI/CD integration variables (GITHUB_ACTIONS, TF_BUILD, SYSTEM_ACCESSTOKEN, ARM_* for Terraform) * Debug variables (AZD_DEBUG_*) * Extension variables (AZD_EXT_DEBUG, AZD_EXT_TIMEOUT, AZD_SERVER, AZD_ACCESS_TOKEN) * Output control variables (NO_COLOR, FORCE_COLOR, COLUMNS, BROWSER) - Add descriptions, usage context, and notes about deprecation where applicable - Add cspell dictionary entries for new technical terms Co-authored-by: kristenwomack <5034778+kristenwomack@users.noreply.github.com>
|
@copilot can you update the PR to make sure that all environment variables are up to date with the recent changes and chage the status of the PR from "Draft" to "Ready for Review" |
- Add AZURE_RESOURCE_VAULT_ID for Key Vault composability support - Sync documentation with main branch changes - Update to reflect all environment variables in current codebase Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
Updated the documentation with the latest environment variables from main branch. Added Note: I don't have permissions to change the PR status from Draft to Ready for Review - you'll need to do that manually. Commit: 0e4ee4c |
Consolidates and documents all environment variables used by azd for community visibility. Previously, only 11 variables were documented.
Changes
Expanded documentation (
cli/azd/docs/environment-variables.md):Key additions:
AZURE_DEV_COLLECT_TELEMETRY,AZURE_DEV_USER_AGENT(standardization candidates)AZURE_ENV_NAME,AZURE_SUBSCRIPTION_ID,AZURE_RESOURCE_GROUP,AZURE_RESOURCE_VAULT_ID(Key Vault composability), container/AKS endpointsSYSTEM_ACCESSTOKEN,AZURESUBSCRIPTION_*), Terraform auth (ARM_*)NO_COLOR,FORCE_COLOR,COLUMNS,BROWSERAZD_EXT_DEBUG,AZD_EXT_TIMEOUT,AZD_SERVER,AZD_ACCESS_TOKENAZD_DEBUG_*variables for troubleshootingStandardization notes:
AZD_<tool>_TOOL_PATHpatternAZURE_DEV_COLLECT_TELEMETRYandAZURE_DEV_USER_AGENTremain as outliers (useAZURE_DEV_vs standardAZD_prefix)Test-only variables (
AZD_TEST_*,AZD_FUNC_TEST) intentionally excluded.Original prompt
azdenvironment variables #4320💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.