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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Warn when https://appcs-jfybdkewftpj6.azconfig.io diverges from the azd environment during component deploy (Refs Azure/GPT-RAG#491). scripts/deploy.ps1 and scripts/deploy.sh now read both the shell APP_CONFIG_ENDPOINT and the azd env value and, when both are present and disagree (trimmed, case-insensitive), print a yellow warning that shows both values, states which one is being used (the shell value still wins, preserving existing precedence for jumpbox and CI flows), and tells the operator how to clear the shell override (Remove-Item env:APP_CONFIG_ENDPOINT in PowerShell, unset APP_CONFIG_ENDPOINT in bash). When only one source is set, the previous behavior is unchanged.
Validation
No automated test suite in this repo (per .github/copilot-instructions.md). Deploy scripts validated via the shared change with orchestrator/ingestion repos.