Update App Service Plan SKU from F1 to S3 to match live infrastructure#90
Draft
Update App Service Plan SKU from F1 to S3 to match live infrastructure#90
Conversation
Co-authored-by: mrsharm <68247673+mrsharm@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] App Service Plan Scaled Up: contoso-chat-net Web App now S3
Update App Service Plan SKU from F1 to S3 to match live infrastructure
Aug 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR resolves an Infrastructure as Code (IaC) discrepancy where the Bicep template was out of sync with the live Azure infrastructure.
Problem
The Azure App Service Plan for contoso-chat-net was scaled up from S2 to S3 on 2025-08-15T19:17:39Z, but the
main.bicepfile still specified the SKU as 'F1' (Free tier). This mismatch would cause future deployments to revert the App Service Plan back to the Free tier instead of maintaining the current Standard S3 configuration.Solution
Updated the App Service Plan resource in
main.bicepto reflect the current live infrastructure:Changes
This ensures future Bicep deployments will maintain consistency with the current Azure infrastructure state.
Fixes #89.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
aka.msbicep build main.bicep(dns block)bicep build main.bicep --stdout(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.