Fix deployment authentication, settings publication, and Search initialization - #1488
Merged
Paul Lizer (paullizer) merged 2 commits intoSep 17, 2026
Conversation
Use tenant-scoped Entra Cosmos access for managed-identity deployments without automatic firewall edits or silent key fallback. Scope hook environment lookups and POSIX role operations to the selected deployment. Consolidate Redis configuration, publish settings through the shared fenced OCC store, and create only missing Search indexes from application schemas. Include Windows/POSIX execution and concurrency regressions plus deployment documentation.
| try: | ||
| client.get_index(name) | ||
| continue | ||
| except ResourceNotFoundError: |
9 tasks
Add v0.261.028 release notes and link the deployment fix documentation to issue microsoft#1489 and PR microsoft#1488. Refs microsoft#1489.
Paul Lizer (paullizer)
merged commit Sep 17, 2026
9d64601
into
microsoft:Development
12 checks passed
Paul Lizer (paullizer)
deleted the
fix/deployment-postconfig-reliability
branch
September 17, 2026 18:43
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.
Refs #1489
Summary
Combined deployment reliability update, based on Development b7ee5d1. Includes the Cosmos hook repair, safe postconfig settings publication, and automatic creation of missing Search indexes.
Cosmos and hook targeting
Safe postconfig and Redis
Search initialization
Validation
Operational notes
Versions: application 0.261.028; deployer 1.0.31. Existing deployment reference and fix documentation updated. No environment files, tenant-specific waivers, or credentials are included.
Release Notes Follow-Up
Release notes for v0.261.028 now cover the Cosmos hook changes, safe settings publication, missing Search index creation, and runner access requirements. Issue #1489 tracks review and pending Azure validation; related Cosmos container-lifecycle issues remain separate.