A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
Hello Ryan Geiler
Thank you for posting your query on Microsoft Q&A platform.
Azure Cost Management builds its forecast based on historical usage data, not your current pricing tier in real time. Since you recently switched from the serverless (vCore) model to DTU-based pricing, the forecast is still projecting costs based on the older, more expensive serverless usage pattern. On top of that, cost and usage data typically takes 8–24 hours (and up to 72 hours for pay-as-you-go subscriptions) to flow into Cost Management. So after a tier change, it's completely normal for the forecast to lag behind for several days before it recalibrates.
Costs are estimated until an invoice is generated and the forecast is projected for the Total of all your resources based on what's been collected so far.
What you should actually be paying:
If you selected the Basic DTU tier (which is the smallest), it includes 5 DTUs and 2 GB of storage — which fits your sub-2 GB database perfectly. The Basic tier costs approximately $4.90/month. You're not going to see a $300 bill from this.
How to confirm everything looks right:
- Go to your SQL Database → Overview in the Azure portal and verify the Pricing tier shows Basic.
- Navigate to Cost Management + Billing → Cost Analysis, and switch the view to Actual cost (instead of Forecast). Filter by Service name = SQL Database to see what you've actually been charged so far.
- You can also set up a budget alert so you get notified if spending crosses a threshold you're comfortable with this way you don't have to keep checking manually.
Give it about 3–5 days after the tier change, and the forecast should start reflecting your new DTU pricing accurately.
Reference:
- Understand Cost Management data (data latency and forecast behavior)
- Common cost analysis uses — View forecast costs
- DTU-based purchasing model overview
- DTU resource limits for single databases (Basic/Standard/Premium tiers)
- Plan and manage costs for Azure SQL Database
- Create and manage budgets
Hope that clears things up — you're on the right track with the Basic DTU tier for a small database like this.
Thanks,
Suchitra.