A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
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:
- 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.
- 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.
- 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
- Azure Static Web Apps hosting plans: https://learn.microsoft.com/azure/static-web-apps/plans
- Static Web Apps quotas (preview envs & bandwidth): https://learn.microsoft.com/azure/static-web-apps/quotas
- App Service plan overview & pricing: https://azure.microsoft.com/pricing/details/app-service/
- Cost analysis quickstart: https://docs.microsoft.com/azure/cost-management-billing/costs/quick-acm-cost-analysis