• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Microsoft Azure Pricing

Am I understanding Microsoft's Azure pricing correctly? The Azure site says one can set up an SQL Database in the cloud for about $15/month for a database up to 250GB in size. Is that the total cost, or do you have to pay for the storage space for the DB tables as well? Thanks.

http://azure.microsoft.com/en-us/pricing/details/sql-database/

It's been a good 2-3 years since I used it, but back then we only paid extra for BLOBS in the cloud. The storage for the SQL database was included. We were on an academic tier though.
 
You need to include performance needs. $15 a month can get you a 250GB database but with a limit of 521 transactions / min, 60 worker threads, 600 max sessions. Depending on your needs this can be "good enough" (IE a dev sql database) to insufficient. The response time of the database is also limited.
 
imagoon, you're right about the performance needs. It's going to be pretty lite use database, but I wanted to nail down the pricing before I considered using it.
 
Last edited:
Back
Top