Skip to content

fix: fix downmerge issue - Update environment variable references for Azure SQL configuration#328

Merged
Avijit-Microsoft merged 1 commit intodevfrom
psl-pk-downmergeissue
Apr 10, 2026
Merged

fix: fix downmerge issue - Update environment variable references for Azure SQL configuration#328
Avijit-Microsoft merged 1 commit intodevfrom
psl-pk-downmergeissue

Conversation

@Pavan-Microsoft
Copy link
Copy Markdown
Collaborator

Purpose

This pull request updates the configuration for Azure SQL in the scripts/06_create_agent.py script, standardizing environment variable names and improving backward compatibility. The main focus is to use AZURE_SQLDB_SERVER and AZURE_SQLDB_DATABASE as the primary environment variables, while still supporting the old variable names for compatibility.

Configuration updates for Azure SQL:

  • Updated documentation and error messages to reference AZURE_SQLDB_SERVER and AZURE_SQLDB_DATABASE instead of the old SQLDB_SERVER and SQLDB_DATABASE names. [1] [2]
  • Modified environment variable loading logic to prioritize AZURE_SQLDB_SERVER and AZURE_SQLDB_DATABASE, with fallback to SQLDB_SERVER and SQLDB_DATABASE for backward compatibility.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

@Avijit-Microsoft Avijit-Microsoft merged commit b4c9b39 into dev Apr 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants