feat: Use agents for kernel function & Enhance devcontainer, CI/CD workflows, and Dependabot automation#576
Merged
Conversation
…ovision scripts in azure.yaml
…ters.json, adjust gptDeploymentCapacity in main.bicep
feat: validate model quota during Azd deployment
…edge-Mining-Solution-Accelerator into psl-pk-foundry-aisearchtool
feat: Merge the Azd Quota check changes and removed USE_LOCAL_BUILD from dev to main
Avijit-Microsoft
approved these changes
Aug 28, 2025
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 enhancements to the development environment, CI/CD workflows, and automation for dependency management. The most significant changes include improved devcontainer setup, Dependabot configuration and automation, workflow updates for better validation and deployment, and the addition of a broken link checker.
Development Environment Improvements:
azure-clianddocker-in-dockerfeatures to the devcontainer for better Azure and Docker support, and refactored the post-start command to use a dedicated setup script (setup_env.sh). The script also ensures necessary permissions for deployment scripts. (.devcontainer/devcontainer.json, .devcontainer/setup_env.sh) [1] [2] [3]Dependabot Automation and Configuration:
.github/dependabot.ymlto group dependency updates by ecosystem, reduce open PR limits, and clarify target branches for improved management.Scheduled-Dependabot-PRs-Auto-Merge.yml) to automatically rebase and merge Dependabot PRs targeting thedependabotchangesbranch, supporting multiple merge strategies and conflict resolution.CI/CD Workflow Updates:
actions/checkout@v4,setup-dotnet@v4,template-validation-action@v0.4.3, andcodeql-action@v3) for improved reliability and security. (.github/workflows/azure-dev-validation.yml, .github/workflows/bicep_deploy.yml, .github/workflows/codeql.yml) [1] [2] [3] [4] [5]Repository Quality Assurance:
broken-links-checker.yml) to automatically check for broken links in Markdown files on PRs and manual triggers, improving documentation quality.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation