-
Notifications
You must be signed in to change notification settings - Fork 371
feat: build WAF standards and v3 Bicep changes and deployment scripts #426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
…tiple modules and update dependencies in pyproject.toml
…ompliance with Azure standards
fix: unit test fixing
fix: Differentiate between setup and processing errors
docs: removed local deployment file – content duplicated in DeploymentGuide
fix: merging dev changes to main branch
…ent validation pipeline failures caused by the deployer function in the Bicep file.
fix: Adding a hardcoded createdBy parameter to the deploy.yml file to prevent validation pipeline failures caused by the deployer function in the Bicep file.
chore: Dev to Main changes merge
update documentation for team configuration and sample data processing Added new scripts `Team-Config-And-Data.ps1` and `team_config_and_data.sh` to upload team configurations and process sample data.
Fr4nc3
approved these changes
Sep 5, 2025
🎉 This PR is included in version 2.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Deployment workflow and parameter updates:
deploy.yml
anddeploy-waf.yml
) to standardize parameter names (e.g.,solutionName
,location
) and enable new features such as telemetry, monitoring, private networking, and scalability by default. Deprecated or renamed several parameters for clarity and future extensibility. [1] [2]AZURE_ENV_VM_ADMIN_USERNAME
,AZURE_ENV_VM_ADMIN_PASSWORD
) to the documentation for improved security and configurability.Post-provisioning guidance and hooks:
azure.yaml
andazure_custom.yaml
to provide clear instructions for uploading team configurations to Cosmos DB and indexing sample data into Azure Search, supporting both Windows and POSIX environments. [1] [2]Local development and documentation improvements:
DeploymentGuide.md
, providing step-by-step instructions for environment setup,.env
file handling, backend/frontend requirements installation, and running the application. The oldLocalDeployment.md
file was removed. [1] [2] [3] [4]azd
) version requirements, including upgrade instructions for different operating systems. [1] [2]Test workflow update:
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information