fix: Unit tests and Bug fixes#2310
Merged
Roopan-Microsoft merged 7 commits intoJul 16, 2026
Merged
Conversation
PadhiAjit-Microsoft
had a problem deploying
to
production
July 15, 2026 14:05 — with
GitHub Actions
Failure
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:06 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:06 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:06 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
had a problem deploying
to
production
July 15, 2026 14:09 — with
GitHub Actions
Failure
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:10 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:10 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:10 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
had a problem deploying
to
production
July 15, 2026 14:13 — with
GitHub Actions
Failure
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:14 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:14 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:14 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
had a problem deploying
to
production
July 15, 2026 14:35 — with
GitHub Actions
Failure
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:35 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:35 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 15, 2026 14:35 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
had a problem deploying
to
production
July 16, 2026 13:38 — with
GitHub Actions
Failure
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 13:38 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 13:38 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 13:38 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
marked this pull request as ready for review
July 16, 2026 13:38
PadhiAjit-Microsoft
requested review from
Avijit-Microsoft,
Fr4nc3 and
Roopan-Microsoft
as code owners
July 16, 2026 13:38
PadhiAjit-Microsoft
requested review from
aniaroramsft,
nchandhi and
toherman-msft
as code owners
July 16, 2026 13:38
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 13:39 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 13:39 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 13:39 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
had a problem deploying
to
production
July 16, 2026 14:54 — with
GitHub Actions
Failure
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 14:54 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 14:54 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 14:54 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
had a problem deploying
to
production
July 16, 2026 15:28 — with
GitHub Actions
Failure
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 15:28 — with
GitHub Actions
Inactive
PadhiAjit-Microsoft
temporarily deployed
to
production
July 16, 2026 15:28 — with
GitHub Actions
Inactive
Roopan-Microsoft
approved these changes
Jul 16, 2026
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.
Purpose
acr_build_push_update.ps1script for better clarity, extensibility, and user feedback, improved exception handling for upstream HTTP errors in the backend, and the addition of an Easy Auth-compatible endpoint in the frontend for authentication claims.Infrastructure script refactor and enhancements:
infra/scripts/post-provision/acr_build_push_update.ps1:$Servicesarray, making it easier to add new services. The script now provides clearer summaries and progress information. [1] [2]Backend improvements:
httpx.HTTPErrorso that upstream HTTP fetch failures (e.g., remote 4xx/5xx, connection errors, timeouts) now return a 502 Bad Gateway response instead of a generic 500 error. This improves error transparency for API consumers. [1] [2] [3] [4]Frontend additions:
/.auth/meroute that decodes Azure Easy Auth headers and returns the claims payload in the format expected by the SPA. This enables seamless authentication integration in Container Apps environments, matching App Service Easy Auth behavior. [1] [2]These changes collectively improve deployment reliability, error diagnostics, and authentication support for the application.
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information