feat: Added Deploy-v2 pipeline with manual dispatch and input parameter support and Updated Smoke Testing scenarios#319
Merged
Prajwal-Microsoft merged 2 commits intomainfrom Nov 17, 2025
Conversation
…port and Updated Smoke Testing scenarios
Prajwal-Microsoft
approved these changes
Nov 17, 2025
|
🎉 This PR is included in version 1.10.2 🎉 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 introduces several improvements and enhancements across the infrastructure, documentation, and test automation codebases. The major highlights include parameterizing container image registry and tag for deployments, updating documentation to reflect new configuration options, and improving the structure and clarity of end-to-end test automation scripts and reporting.
Infrastructure and Deployment Improvements:
publicContainerImageEndpoint,imageTag) toinfra/main.bicep, and updated all container app modules to use these parameters for image references instead of hardcoding the registry and tag. This allows more flexible and configurable deployments. [1] [2] [3] [4] [5] [6]infra/main.parameters.json,infra/main.waf.parameters.json) to accept and pass through the new container registry and image tag parameters, as well as the Azure region. [1] [2]Documentation Updates:
AZURE_ENV_CONTAINER_REGISTRY_ENDPOINT,AZURE_ENV_CONTAINER_IMAGE_TAG,AZURE_LOCATION) indocs/CustomizingAzdParameters.md, providing guidance on their usage and default values.Test Automation Enhancements:
.github/workflows/test-automation-v2.yml) to automate end-to-end content processing tests, supporting retries, environment configuration, and detailed test reporting.tests/e2e-test/base/base.py) and login page object (tests/e2e-test/pages/loginPage.py) by adding docstrings, argument documentation, and return value descriptions for better maintainability and clarity. [1] [2] [3]pytest.ini.config/constants.py.conftest.py, including renaming columns and improving logger usage. [1] [2] [3] [4]These changes collectively make the deployment process more flexible, the documentation more comprehensive, and the test automation framework more robust and maintainable.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation