Skip to content

Restore azd config in staging workflow - #931

Merged
Paul Lizer (paullizer) merged 1 commit into
Developmentfrom
fix/staging-azd-restore-config
Jun 25, 2026
Merged

Restore azd config in staging workflow#931
Paul Lizer (paullizer) merged 1 commit into
Developmentfrom
fix/staging-azd-restore-config

Conversation

@paullizer

Copy link
Copy Markdown
Contributor

Summary

  • Restores the Staging azd per-environment config.json from AZD_CONFIG_FILE_B64 during the staging AZD/UI workflow.
  • Allows staging-specific infra parameters such as cosmosCapacityMode=serverless to be honored by azd up.
  • Keeps .env restoration unchanged.

Validation

  • git -c core.whitespace=blank-at-eol,blank-at-eof,space-before-tab,cr-at-eol diff --check -- .github/workflows/staging-azd-ui-tests.yml
  • VS Code diagnostics for .github/workflows/staging-azd-ui-tests.yml
  • Confirmed Staging environment secret AZD_CONFIG_FILE_B64 exists.

@paullizer
Paul Lizer (paullizer) merged commit dd16923 into DevelopmentJun 25, 2026
3 checks passed
@paullizer
Paul Lizer (paullizer) deleted the fix/staging-azd-restore-config branch July 4, 2026 01:14
Sign up for freeto 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.

1 participant

@paullizer