Skip to content

fix: merge from dev to main #310

Merged
Prajwal-Microsoft merged 19 commits intomainfrom
dev
Nov 10, 2025
Merged

fix: merge from dev to main #310
Prajwal-Microsoft merged 19 commits intomainfrom
dev

Conversation

@Thanusree-Microsoft
Copy link
Copy Markdown
Contributor

@Thanusree-Microsoft Thanusree-Microsoft commented Nov 6, 2025

Purpose

This pull request introduces improvements to the deployment documentation and infrastructure configuration for the Content Processing Solution Accelerator, as well as adds a user-friendly sample workflow guide. The most significant changes are grouped below:

Documentation Enhancements:

  • Added a new section on running the application to docs/DeploymentGuide.md, including a link to a detailed sample workflow for users to follow.
  • Introduced a comprehensive docs/SampleWorkflow.md file, guiding users through the main app operations such as API exploration, file upload, review, editing, and deletion, with step-by-step instructions and visuals.

Infrastructure Configuration Updates:

  • Enforced a minimum and maximum length (3-20 characters) for the solutionName parameter in both the Bicep template (infra/main.bicep) and the generated ARM template (infra/main.json), ensuring consistent validation and clearer description. [1] [2]
  • Corrected the order of resource dependencies in infra/main.json for private DNS zones, ensuring proper deployment sequencing and resource referencing. [1] [2] [3]
  • Updated the template hash in infra/main.json to reflect the latest changes in the Bicep template.

Does this introduce a breaking change?

  • Yes
  • No

Other Information

Added new page and reference link in DeploymentGuide.md.

Thanusree-Microsoft and others added 18 commits October 29, 2025 15:10
Added detailed instructions for sample workflow
Updated task descriptions for clarity and corrected typos.
Added a section on running the application and corrected a typo in the environment configuration.
Updated the Sample Workflow documentation to improve clarity and formatting.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Added note about average response time for uploads.
fix: Added a maximum 20-character limit to the environment name.
docs: Added new Sample Questions page and reference file
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces validation constraints for the solutionName parameter and fixes dependency ordering issues in the infrastructure deployment configuration.

  • Added length constraints (min: 3, max: 20 characters) to the solutionName parameter
  • Reordered DNS zone dependencies in multiple resource deployment sections
  • Added a new Sample Workflow documentation file with usage instructions

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.

File Description
infra/main.bicep Added @minLength and @maxLength decorators to solutionName parameter and updated its description
infra/main.json Generated JSON template reflecting the Bicep changes, including parameter constraints and dependency reordering
docs/SampleWorkflow.md New documentation file providing step-by-step workflow guidance for using the application
docs/DeploymentGuide.md Added reference link to the new Sample Workflow documentation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread infra/main.bicep Outdated
Comment thread infra/main.json
Comment thread infra/main.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Roopan-Microsoft Roopan-Microsoft changed the title docs: merge from dev to main Sampleworkflow fix: merge from dev to main Nov 10, 2025
@Prajwal-Microsoft Prajwal-Microsoft merged commit 1e3269f into main Nov 10, 2025
10 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.10.2 🎉

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants