Skip to content

fix(workflows): add resource group creation step to deploy workflow AB#2136#48

Merged
emmanuelknafo merged 1 commit intomainfrom
feature/2136-add-rg-create-to-deploy
Mar 29, 2026
Merged

fix(workflows): add resource group creation step to deploy workflow AB#2136#48
emmanuelknafo merged 1 commit intomainfrom
feature/2136-add-rg-create-to-deploy

Conversation

@emmanuelknafo
Copy link
Copy Markdown
Contributor

@emmanuelknafo emmanuelknafo commented Mar 29, 2026

Summary

The deploy.yml workflow fails with Resource Group rg-a11y-scan-demo could not be found because azure/arm-deploy@v2 requires the resource group to already exist. The deploy-all.yml workflow already handles this with az group create but deploy.yml does not.

Changes

  • Add LOCATION: canadacentral env var
  • Add Ensure resource group exists step (az group create) before the ARM deployment

Fixes AB#2136

…B#2136

- add az group create before arm-deploy to ensure rg exists
- add LOCATION env var for canadacentral

🔧 - Generated by Copilot
@emmanuelknafo emmanuelknafo merged commit a5afc4b into main Mar 29, 2026
14 of 18 checks passed
@emmanuelknafo emmanuelknafo deleted the feature/2136-add-rg-create-to-deploy branch March 29, 2026 21:45
@github-actions
Copy link
Copy Markdown

Coverage Report for Coverage

Status Category Percentage Covered / Total
🔵 Lines 83.29% (🎯 80%) 723 / 868
🔵 Statements 82.82% (🎯 80%) 786 / 949
🔵 Functions 80.86% (🎯 80%) 131 / 162
🔵 Branches 70.09% (🎯 65%) 368 / 525
File CoverageNo changed files found.
Generated in workflow #129 for commit ecba0ff by the Vitest Coverage Report Action

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.

1 participant