Skip to content

Conversation

@Prekshith-Microsoft
Copy link
Contributor

This pull request updates the default Azure OpenAI Vision model configuration across the codebase and infrastructure from gpt-4 to gpt-4.1, and updates the default model version. It also improves documentation for resource deletion when redundancy is enabled and makes minor updates to code ownership. The changes ensure consistency in model naming and versioning for deployments and local configuration, and add guidance for handling Log Analytics workspace replication.

Azure OpenAI Vision Model Updates

  • Changed the default Azure OpenAI Vision model and version from gpt-4 / turbo-2024-04-09 to gpt-4.1 / 2025-04-14 in infrastructure parameters (infra/main.bicep, infra/main.json) and environment configuration (code/backend/batch/utilities/helpers/env_helper.py). [1] [2] [3]
  • Updated documentation and examples to reflect the new model name and version (docs/model_configuration.md).
  • Updated tests and usage to use the new model name (code/tests/utilities/helpers/test_push_embedder.py).

Infrastructure and Deployment

  • Simplified OpenAI deployment configuration to only use defaultOpenAiDeployments, removing conditional logic for advanced image processing deployments (infra/main.bicep, infra/main.json). [1] [2] [3]
  • Updated Bicep and generated JSON template metadata to newer versions throughout the infrastructure files (infra/main.json). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16]

Documentation Improvements

  • Added a new guide for disabling Log Analytics workspace replication before resource deletion, referenced from the local deployment instructions (docs/LogAnalyticsReplicationDisable.md, docs/LOCAL_DEPLOYMENT.md). [1] [2]

Repository Ownership

  • Added two new default code owners to .github/CODEOWNERS for broader team coverage.## Purpose
  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Roopan-Microsoft and others added 2 commits November 24, 2025 12:07
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Ajit Padhi <[email protected]>
Co-authored-by: Pavan-Microsoft <[email protected]>
Co-authored-by: Ross Smith <[email protected]>
Co-authored-by: gpickett <[email protected]>
Co-authored-by: Francia Riesco <[email protected]>
Co-authored-by: Francia Riesco <[email protected]>
Co-authored-by: Prajwal D C <[email protected]>
Co-authored-by: Harmanpreet-Microsoft <[email protected]>
Co-authored-by: UtkarshMishra-Microsoft <[email protected]>
Co-authored-by: Priyanka-Microsoft <[email protected]>
Co-authored-by: Prasanjeet-Microsoft <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kiran-Siluveru-Microsoft <[email protected]>
Co-authored-by: Prashant-Microsoft <[email protected]>
Co-authored-by: Rohini-Microsoft <[email protected]>
Co-authored-by: Avijit-Microsoft <[email protected]>
Co-authored-by: RaviKiran-Microsoft <[email protected]>
Co-authored-by: Somesh Joshi <[email protected]>
Co-authored-by: Himanshi Agrawal <[email protected]>
Co-authored-by: pradeepjha-microsoft <[email protected]>
Co-authored-by: Harmanpreet Kaur <[email protected]>
Co-authored-by: Bangarraju-Microsoft <[email protected]>
Co-authored-by: Harsh-Microsoft <[email protected]>
Co-authored-by: Kanchan-Microsoft <[email protected]>
Co-authored-by: Cristopher Coronado <[email protected]>
Co-authored-by: Cristopher Coronado Moreira <[email protected]>
Co-authored-by: Vamshi-Microsoft <[email protected]>
Co-authored-by: Thanusree-Microsoft <[email protected]>
Co-authored-by: Niraj Chaudhari (Persistent Systems Inc) <[email protected]>
Co-authored-by: Rohini-Microsoft <[email protected]>
Co-authored-by: Kingshuk-Microsoft <[email protected]>
Co-authored-by: Ayaz-Microsoft <[email protected]>
Co-authored-by: Abdul-Microsoft <[email protected]>
@Prajwal-Microsoft Prajwal-Microsoft merged commit 578555a into dev Nov 28, 2025
44 of 47 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.

4 participants