(Free subscription) SQL database on Azure SQL Server has pricing despite claiming to be free

Nguyen Thien Dang 25 Reputation points
2023-09-15T08:40:20.2966667+00:00

I am a new user, created a free subscription of Azure, which claims to have several free services, including "SQL Server: 250 GB S0 instance with 10 database transaction units (12 months)".

I've created an SQL Server from the Azure portal, then a database in that server. However, when checking that server out, I see a line saying "Pricing tier: Standard S0: 10 DTUs", and clicking on that leads me to the following page, where I am shown an estimated cost for this service even though I'm using a free subscription. May be an image of text

Am I at any risk of being charged for this? I'm only trying out a very small & simple SQL Server database (nowhere near the allowed 250 GB limit) that I could test on 2-3 PCs at home for learning, no public nor business uses, and I wouldn't want to pay for this.

Azure SQL Database
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,408 questions
SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. Amira Bedhiafi 33,071 Reputation points Volunteer Moderator
    2023-09-15T10:04:12.0166667+00:00

    I understand your confusion and I am here to help :)

    When you sign up for an Azure Free Account, you receive a certain amount of free services and credits that you can use within a first 30 days. Beyond that, there are a select set of services that remain free for the next 12 months, and other services that are always free (with some limitations).

    It seems that you are entitled to "SQL Server: 250 GB S0 instance with 10 database transaction units (12 months)". This means for 12 months you shouldn't be charged for an S0 instance up to 250 GB.

    Sometimes, the Azure Portal will show an estimated service cost even if they're covered under a free tier or a credit. This estimate is a general informational point to show you the cost outside of the free subscription or once you've exceeded the free tier limitations.

    If you have strictly adhered to the free tier offerings (like using an S0 instance and not going beyond 250 GB), you should not be charged. However, any usage beyond the stated free limits would result in charges.

    What I recommend :

    • Periodically check your Azure cost and usage in the portal to ensure you're not incurring unexpected charges.
    • Set up budget alerts so you're notified if and when you approach a certain cost threshold.
    • If you're unsure or want clarification about a certain service and its associated costs, reach out to Azure support or consult the Azure pricing page for details.
    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.