Skip to content

fix: azd template validation pipeline issue#113

Merged
Prajwal-Microsoft merged 35 commits intomicrosoft:devfrom
Priyanka-Microsoft:main
Mar 10, 2026
Merged

fix: azd template validation pipeline issue#113
Prajwal-Microsoft merged 35 commits intomicrosoft:devfrom
Priyanka-Microsoft:main

Conversation

@Priyanka-Microsoft
Copy link
Contributor

Purpose

  • ...
    This pull request introduces improvements to the configuration and documentation for the project, focusing on making deployment more flexible and enhancing the clarity of the README. The most important changes include enabling environment-based configuration for Fabric capacity, updating workflow triggers, and reorganizing documentation for better usability.

Deployment and Configuration Improvements:

  • The infra/main.bicepparam file now reads the fabricCapacityMode and fabricCapacityAdmins values from environment variables, allowing for more flexible and dynamic deployments. This replaces hardcoded values, making it easier to customize deployments through workflow or local environment settings. [1] [2]
  • The GitHub Actions workflow .github/workflows/azd-template-validation.yml is updated to trigger on both main and dev branches, and now passes the fabricCapacityMode as an environment variable to jobs, supporting the new dynamic configuration. [1] [2]

Documentation Enhancements:

  • The README.md has been reorganized with new sections for "Features," "Getting Started," "Guidance," and "Resources," making the documentation easier to navigate and more helpful for new users. [1] [2] [3] [4]

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

infra/main.bicep Outdated

@description('Fabric capacity admin members')
param fabricCapacityAdmins array = []
param fabricCapacityAdmins array = ['user@contoso.com']
Copy link
Collaborator

Choose a reason for hiding this comment

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

I asked to modify default value in document add you need to pass comma seperated values now.
Not required to modify in bicep file

@Prajwal-Microsoft Prajwal-Microsoft merged commit 5c199cc into microsoft:dev Mar 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants