Skip to content

fix: Added a maximum 20-character limit to the environment name.#309

Merged
Prajwal-Microsoft merged 2 commits intodevfrom
bug-fix-25908
Nov 6, 2025
Merged

fix: Added a maximum 20-character limit to the environment name.#309
Prajwal-Microsoft merged 2 commits intodevfrom
bug-fix-25908

Conversation

@Kanchan-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

This pull request makes several updates to the deployment templates for the Content Processing Solution Accelerator, focusing on improving parameter validation and correcting resource dependencies in the infrastructure definition files. The most important changes are grouped below by theme.

Parameter validation improvements:

  • Added minimum and maximum length constraints (3-20 characters) to the solutionName parameter in both infra/main.bicep and infra/main.json, and updated the description to reflect this requirement.

Infrastructure dependency corrections:

  • Fixed the order of dependencies for private DNS zones in multiple resource definitions in infra/main.json, ensuring that storageBlob and storageQueue dependencies are correctly listed.
  • Updated the dependencies for cognitive services and content understanding private DNS zones in several places to reflect the correct deployment order.

Other updates:

  • Updated the templateHash value in infra/main.json to match the new template version generated after these changes.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Prajwal-Microsoft Prajwal-Microsoft merged commit 6f48f62 into dev Nov 6, 2025
5 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 📦🚀

@Priyanka-Microsoft Priyanka-Microsoft deleted the bug-fix-25908 branch December 25, 2025 09:09
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.

2 participants