Open
Conversation
…ployment templates
fix: update VM size to Standard_D2s_v5 and update documentation for the same
fix: Refactor code structure for improved readability and maintainability
refactor: replace ai foundry avm pattern with cognitive service account avm resource module
fix: Updated azure.yaml file to exclude the 1.23.9 azd version
feat: Add weekly schedule for Azure Template validation,split azure-dev to azure-dev,azd-template
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 important updates across the infrastructure, documentation, backend, and frontend. The main focus is updating the default VM size for the jumpbox to a newer generation, improving documentation and troubleshooting guidance, and updating dependencies for improved compatibility and security.
Infrastructure and Deployment Updates:
Standard_DS2_v2toStandard_D2s_v5in Bicep modules, ARM templates, and parameter files for both standard and custom deployments, reflecting a move to a newer, more widely available, and cost-effective VM generation. [1] [2] [3] [4]AZURE_ENV_VM_SIZEparameter to documentation and parameter files, allowing users to override the default VM size as needed. [1] [2]virtualNetwork.bicepto reflect the new default and provide clear guidance on VM size selection.Documentation Improvements:
Frontend Dependency Updates:
minimatch,flatted,glob,brace-expansion,balanced-match) to the latest versions for improved Node.js compatibility and to address security advisories. [1] [2] [3] [4] [5] [6] [7]package.jsonoverrides to pin new dependency versions.Backend and Build Updates:
gawkto the backend and processor Dockerfiles to support scripts or tools that require it. [1] [2]aiohttpas an override dependency in the backend Python project for compatibility.Template and Build System Updates:
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information