fix: down merge to dev from main#694
Merged
Avijit-Microsoft merged 17 commits intodevfrom Feb 4, 2026
Merged
Conversation
feat: content generator
chore: update repository links in README and DEPLOYMENT.md
Replace docs/images/readme/solution_architecture.png with an updated diagram. This updates the README visual to reflect recent architecture changes and improvements.
Feature/con gen to main
…n-solution-accelerator into rc-authenticationbug
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 introduces several improvements and updates across the repository, focusing on documentation, templates, authentication setup, and branding alignment. The most significant changes are the addition of new issue and pull request templates, updates to deployment and feedback links to reflect the new repository name, enhancements to authentication documentation, and improved user info extraction in the frontend.
Documentation and Template Updates
.github/ISSUE_TEMPLATEdirectory to standardize issue reporting and tracking. [1] [2] [3].github/PULL_REQUEST_TEMPLATE.mdto guide contributors and ensure consistent PR submissions.Repository Branding and Links
README.mdandcontent-gen/docs/DEPLOYMENT.mdto usecontent-generation-solution-acceleratorinstead ofdocument-generation-solution-accelerator, including Codespaces, Dev Containers, VS Code Web, and issue submission links. [1] [2] [3] [4] [5] [6] [7]Authentication Documentation
content-gen/docs/AppAuthentication.mdandcontent-gen/docs/create_new_app_registration.md. [1] [2]Frontend User Info Extraction
content-gen/src/app/frontend/src/App.tsxto use Azure App Service's built-in/.auth/meendpoint, extracting user ID and display name from claims for improved reliability and clarity. [1] [2]CI Improvements
.github/workflows/pr-title-checker.ymlto enforce semantic PR titles for better release management and changelog generation.Does this introduce a breaking change?