Skip to content

Fix appServicePlan SKU: F1 to B1 to match existing Azure resource#9

Merged
workcontrolgit merged 1 commit intomasterfrom
develop
Apr 6, 2026
Merged

Fix appServicePlan SKU: F1 to B1 to match existing Azure resource#9
workcontrolgit merged 1 commit intomasterfrom
develop

Conversation

@workcontrolgit
Copy link
Copy Markdown
Owner

Summary

  • Fix infra/modules/appServicePlan.bicep — SKU was set to F1 (Free) but the existing Azure plan asp-talent-f1-dev is already on B1 (Basic). Azure rejects downgrades on plans with running sites, causing a Conflict error.

Root cause

The plan was previously upgraded to B1 in Azure but the Bicep template was never updated to match.

Test plan

  • Merge and re-run the Deploy Azure Infrastructure (Bicep) workflow
  • Confirm no Conflict error on appServicePlan deployment

@workcontrolgit workcontrolgit merged commit 68c5741 into master Apr 6, 2026
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