Open
Conversation
…ev to azd-template-validation
…ev Deploy workflow
…plate validation workflow
…nch in azd-template-validation.yml
…plate-validation.yml
…plate-validation.yml
fix: post deployment script
chore: Add AZD Template Validation Workflow (Scheduled & On-Demand) and Refactor Azure Deployment Pipeline
…ames and add push trigger
Remove axios ^1.13.5 from package.json as all HTTP calls use native fetch via the apiClient.tsx wrapper. Also update documentation references in .github/instructions/ files. - Remove axios from package.json dependencies - Update pnpm-lock.yaml (pnpm install) - Update test-quality.instructions.md to remove axios references - Update code-quality.instructions.md to remove axios from import example Resolves #39065 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chore: Add AZD Template Validation Workflow (Scheduled & On-Demand) and Refactor Azure Deployment Pipeline
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fix: update ai summary and gap analysis once refresh is clicked
fix: add bicep version requirement (>= 0.33.0) to azure.yaml
chore: remove unused axios dependency from ContentProcessorWeb
Added important notes regarding security restrictions and Azure OpenAI quota availability.
Added note about security restrictions and WAF-supported version.
fix: Filter the paths for pipeline run
docs: Added content in Readme and deploymentguide for SFI issue
fix: Fixed all the code quality issues
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 fixes across the Azure deployment workflow, infrastructure scripts, troubleshooting documentation, and the React codebase. The most significant changes include restructuring Azure deployment workflows for better separation of concerns, enhancing troubleshooting documentation for private networking scenarios, improving the robustness of schema registration scripts, and removing the unused
axiosdependency from the frontend project.Azure Workflow and Infrastructure Updates:
.github/workflows/azd-template-validation.ymlnow handles scheduled and manual template validation, while.github/workflows/azure-dev.yamlfocuses on provisioning and deploying resources usingazd, with clearer steps for environment setup and Azure authentication. [1] [2]>= 0.33.0) toazure.yamlto ensure infrastructure compatibility.infra/main.bicep) now outputs the name of the Content Understanding AI Services account for downstream use.Troubleshooting and Documentation Enhancements:
docs/TroubleShootingSteps.mdwith a new troubleshooting entry for "403 Forbidden" errors from Content Understanding in WAF/private networking deployments, including detailed causes and step-by-step resolutions. [1] [2]Infrastructure Script Improvements:
infra/scripts/post_deployment.shfor schema registration, improving correctness and maintainability. [1] [2] [3] [4]Frontend/React Codebase Clean-up:
axiosdependency fromsrc/ContentProcessorWeb/package.jsonandpnpm-lock.yaml, and updated test instructions to referencehttpUtilityas the module to mock for API calls. [1] [2] [3] [4] [5] [6]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information