Steve
Steve

Reputation: 4503

Azure SQL Database free with Azure free account

I tried the Microsoft tutorial from here to create Azure SQL Database free with Azure free account. But after I follow until step 10,

enter image description here

I can see that there is a Estimated Cost in my screen. Am I doing it correctly?

enter image description here

Using an Azure free account, you can try Azure SQL Database for free for 12 months with the following monthly limit:

1 S0 database with 10 database transaction units and 250 GB storage

Upvotes: 1

Views: 428

Answers (1)

Venkatesan
Venkatesan

Reputation: 10420

enter image description here

Those are the compute costs

As per this MSDocs,

  • In the DTU-based purchasing approach, expenses are computed and bundled using database transaction units (DTUs).

  • You are charged according to the quantity of DTUs you allot to your database for your application.

Upvotes: 1

Related Questions