Unexpected charges for Azure Static Web App began after Feb 17

Artur Rossi 0 Reputation points
2026-04-17T18:50:40.6666667+00:00

Starting on February 17th, the bill tripled for no reason.
Important notes:

  1. The graph refers to only 1 Static web app with the Standard plan, which was supposed to cost $9, but it cost $27.
  2. The "Enterprise-grade edge" function is disabled.
  3. No additional bandwidth is being applied.
  4. No one from the company worked on February 17th.
    User's image
Cost Management
Cost Management

A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Siva shunmugam Nadessin 10,900 Reputation points Microsoft External Staff Moderator
    2026-04-17T20:54:48.2566667+00:00

    Hello Artur Rossi,

    Thank you for reaching out to the Microsoft Q&A forum. 

    When investigated it looks like sudden jump on Feb 17 usually means you went from 1 billable “unit” to 3. In Azure Static Web Apps (Standard) you pay a flat fee per active environment (production + any preview/staging slots) or per scaled-out instance of an App Service plan if you’re hosting via an App Service back end. A few things to check:

    1. Verify how many instances/environments you’re actually running
      • In the portal go to your Static Web App → “Environments” (preview/staging) – each one on Standard just counts as a full $9/mo unit.
      • If you used an App Service plan for your API, open the App Service Plan → Scale-out settings. If it’s accidentally scaled to 3 instances (perhaps an autoscale rule), you’ll see a 3× charge vs. the single-instance rate.
    2. Drill into Cost Analysis for exact meter details
      • In Cost Management → Cost analysis, filter on your Static Web App resource or the App Service plan resource.
      • Group by “Meter” or “Resource” to see exactly which meter is accruing the extra hours (e.g. “StaticWebApp Standard Plan” vs. “AppServicePlan Standard”) and how many instance hours you’re billed for.
    3. Right-size or delete what you don’t need
    • If you don’t actually need 3 preview slots running, delete or disable them.
      • If autoscale ramped you to multiple instances, set minimum instances back to 1.

    Hope that helps you pinpoint the extra $18—once you drop back to a single billable unit your monthly cost will return to ~$9 USD.

    References

    Was this answer helpful?

    1 person found this answer helpful.

  2. Kim R. T. Hansen 0 Reputation points
    2026-05-27T08:41:47.7633333+00:00

    We have also seen this issue in at least two different accounts. We have paid 150%-200% extra for the SWA in a period of about 3 months. Until it was silently fixed on May 14.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.