简体   繁体   中英

Azure sql database subscription

I have a project for university and i have to use Azure Sql Database. I've made a student account which gave me 100 dollars to spend. My problem is that in 2 or 3 days all my money were gone and now my subscription is disabled. I will make another account or something, but my question is: do you know why it cost me that much?

在此处输入图像描述

I think i've done something wrong when creating the database, because i don't think it costs that much usually. Can you help me understand?

MSSQL in azure is not cheap.As I understand you created a plan with vCores that has a standard cost plus the cost for the data storage.

I would suggest you go with a DTUs plan that is much cheaper, and it would perform fine for university projects.

As a complement:

Please go to Azure SQL database configure page to check the current price tier of the database:

在此处输入图像描述

If your database is not very large(less than 2G), you could change to DTU based model price tier, you only need to pay for 4.99$/month.

Ref: Service tiers in the DTU-based purchase model .

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM