docs: Readme and deployment doc update#966
Merged
Merged
Conversation
Roopan-Microsoft
previously approved these changes
May 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates documentation and deployment defaults to better reflect current deployment practices, including the default container image tag and supported regions guidance.
Changes:
- Updated
README.mdexample Azure regions list for required services availability. - Updated default container image tag in
infra/main.parameters.jsonto default tolatest_v4. - Corrected documentation details in
docs/CustomizingAzdParameters.md(env name length, default image tag) and fixed a typo indocs/azure_app_service_auth_setup.md.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates example Azure regions list for required services. |
| infra/main.parameters.json | Defaults container image tag parameters to latest_v4. |
| docs/CustomizingAzdParameters.md | Updates env name length guidance and default image tag (but needs env var name alignment). |
| docs/azure_app_service_auth_setup.md | Fixes a typo (“identity”). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Roopan-Microsoft
approved these changes
May 7, 2026
|
🎉 This PR is included in version 4.2.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Documentation updates:
README.mdto reflect the latest availability of required services.docs/CustomizingAzdParameters.mdfrom 3-20 to 3-16 characters.docs/azure_app_service_auth_setup.md("idenity" → "identity").Deployment parameter updates:
AZURE_ENV_IMAGETAGfromlatest_v3tolatest_v4indocs/CustomizingAzdParameters.mdto ensure deployments use the latest image tag.infra/main.parameters.jsonto useAZURE_ENV_IMAGE_TAG=latest_v4as the default for all container image tags, aligning deployment parameters with the new default.Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information