Update infra: gpt-4.1 models, AVM versions, secure password#59
Closed
diberry wants to merge 1 commit into
Closed
Conversation
- Models: gpt-4o-mini -> gpt-4.1-mini, gpt-4o -> gpt-4.1 (version 2025-04-14) - API version: 2024-08-01-preview -> 2025-04-01-preview for chat/synth - AVM: managed-identity 0.4.0 -> 0.5.0, cognitive-services 0.7.1 -> 0.14.0 - Security: Remove hardcoded password, use readEnvironmentVariable() - Embedding model (text-embedding-3-small) unchanged - DocumentDB raw Bicep retained (AVM module uses preview API, not GA) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
Author
🔄 Squad Review — PR #59 (Infra Update - gpt-4.1 Models)Reviewers: Drummer (Tech Review), Amos (Sample Dev)
|
Collaborator
Author
📊 Squad Status — PR ReviewRalph (Work Monitor) — sweep on 2026-03-31 Review Pipeline Status
Next Steps
|
diberry
added a commit
to diberry/documentdb-samples
that referenced
this pull request
Apr 28, 2026
…ure password) - managed-identity AVM 0.4.0 → 0.5.0 - cognitive-services AVM 0.10.0 → 0.14.0 - API versions → 2025-04-01-preview (chat + synth) - Remove hardcoded password, use readEnvironmentVariable This makes PR Azure-Samples#70 a complete superset of PR Azure-Samples#59. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
Author
|
Superseded by #70 which includes all changes from this PR (AVM bumps, API version upgrades, secure password) plus configurable OpenAI params, separate location, README documentation, and vector index notes. |
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.
Changes