Unexpected costs in Azure Database

Madihah Anaum (MBA PT Dubai) 0 Reputation points
2025-06-21T10:00:09.7333333+00:00

Hi Azure community,

I recently set up a free tier student account using which I have created a SQLDB in the UAE region. While the cost per month according to documentation says 6 USD, I am being charged around 83 USD. There are no other resources currently in use. It would be very helpful if you could assist with the issue.

User's image

User's image

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2025-06-21T10:18:58.1566667+00:00

    For a serverless, the cost is very much "it depends". Serverless is great if you only use the database occasionally and you can accept that the few times you access it, it takes some time to start it. As long as the database is rolled out, you only pay for storage. You only pay for compute when it is loaded. This also mean that the actual cost depends very much on your usage pattern.

    Having a serverless database which is active all the time is a lousy idea of the simple reason that it is more expensive than a provisioned database.


Your answer

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