chore: downmerge from main to dev - #904
Merged
Merged
Conversation
chore: dev to main PR
…ent-cg fix: Remove local deployment related files
Contributor
There was a problem hiding this comment.
Pull request overview
This PR simplifies the Azure Developer CLI (azd) deployment experience by removing the optional “custom/local deployment” configuration path and its associated documentation, leaving only the standard azure.yaml + infra/main.bicep flow.
Changes:
- Removed the
azure_custom.yamlazd configuration file. - Removed the
infra/main_custom.bicepinfrastructure variant that supported the custom deployment path. - Deleted the “Advanced: Deploy Local Changes” section from
docs/AZD_DEPLOYMENT.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
infra/main_custom.bicep |
Removed the custom infrastructure template variant that was only used for advanced/local deployment swapping. |
docs/AZD_DEPLOYMENT.md |
Removed documentation that instructed users to swap in the custom azd/infra files for local-change deployments. |
azure_custom.yaml |
Removed the custom azd configuration that enabled the advanced/local deployment workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Roopan-Microsoft
approved these changes
Aug 3, 2026
Avijit-Microsoft
approved these changes
Aug 3, 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 removes the
azure_custom.yamlconfiguration file and the "Advanced: Deploy Local Changes" section from the deployment documentation. These changes simplify deployment by eliminating custom configuration and instructions for swapping files, likely to reduce confusion or maintenance overhead.Configuration cleanup:
azure_custom.yamlfile, which previously contained custom infrastructure and deployment hooks for advanced/local deployments.Documentation update:
docs/AZD_DEPLOYMENT.md, removing instructions for swapping configuration and infrastructure files for local code deployments.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation