fix: downmerge to dev from main#492
Merged
Merged
Conversation
Updated content
updated links
docs: documents update
fix: workshop doc fixes
…enAI auth, and update test automation workflows
feat: Publish Local Build Container to Azure Container Registry - [dev to main]
Prajwal-Microsoft
approved these changes
Jun 19, 2025
Pavan-Microsoft
added a commit
that referenced
this pull request
Jun 19, 2025
fix: Merge pull request #492 from microsoft/main
Contributor
|
🎉 This PR is included in version 3.7.0 🎉 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
This pull request includes several updates to documentation, configuration files, and workflows to improve clarity, accuracy, and functionality. The changes primarily focus on enhancing documentation for workshop challenges, refining navigation in
mkdocs.yml, and updating Azure-related instructions and references.Documentation Updates
02_Frontend.mdandSolution_Overview.mdto point to a more consistent directory structure for better maintainability. [1] [2]create_new_app_registration.md, with detailed steps for creating Azure App Registrations, and removed these steps fromAppAuthentication.mdto streamline content. [1] [2]DeploymentGuide.mdandFabric_deployment.mdto ensure correct references. [1] [2]Configuration and Workflow Changes
mkdocs.ymlnavigation to reflect the correct paths for deployment and notebook files, ensuring consistency with the file structure. [1] [2]publish_branchconfiguration from.github/workflows/deploy.ymlto clean up the workflow file.Notebook Enhancements
video_chapter_generation.ipynbandvideo_tag_generation.ipynbto point to the correct README and analyzer schema files, improving usability. [1] [2] [3] [4]These changes collectively improve the usability, consistency, and clarity of the documentation and configurations for the project.
Does this introduce a breaking change?