Merged
Conversation
Added note for azd version 1.23.9 regarding preflight configuration.
docs: Add note for azd version 1.23.9 deployment
Avijit-Microsoft
approved these changes
Mar 19, 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
This pull request primarily updates documentation and environment files to improve clarity and accuracy for deploying the solution, especially for VS Code Web and Azure environments. It also provides guidance for users of the latest
azdversion and corrects template and script references.Deployment and environment configuration updates:
.envtemplate ininfra/vscode_web/.envfor Azure deployments, including placeholders for agent ID, environment name, subscription ID, endpoint, and project resource ID. Also setAZD_ALLOW_NON_EMPTY_FOLDER=trueto allow deployment in non-empty folders.infra/vscode_web/install.shto use the correct template (microsoft/content-generation-solution-accelerator) forazd init, replacing the previous document generation accelerator reference.Documentation improvements:
README.mdanddocs/DEPLOYMENT.mdto ensure consistency and accuracy across all relevant sections. [1] [2] [3]docs/AZD_DEPLOYMENT.mdfor users runningazdversion 1.23.9, instructing them to disable preflight provisioning withazd config set provision.preflight offbefore runningazd up.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation