Skip to content

Commit dda0752

Browse files
authored
Update 2-design-for-azure-sql-database.md
1 parent 20c3398 commit dda0752

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

learn-pr/wwl-azure/design-data-storage-solution-for-relational-data/includes/2-design-for-azure-sql-database.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Review the following characteristics of the SQL Database deployment option:
1717

1818
- It's a highly scalable, intelligent, relational database service built for the cloud with the industry's highest availability.
1919

20-
- SQL Database is the only deployment option that supports scenarios that require large databases (currently up to 100 TB) or autoscaling for unpredictable workloads (serverless).
20+
- SQL Database is the only deployment option that supports scenarios that require large databases (currently up to 128 TB) or autoscaling for unpredictable workloads (serverless).
2121

2222
- You can create a **SQL Database elastic database pool**, where all databases in the pool share the same set of compute and storage resources. Each database can use the resources it needs, within the limits you set, depending on current load.
2323

@@ -29,7 +29,7 @@ Review the following characteristics of the SQL Database deployment option:
2929

3030
- **DTU**: A DTU (Database Transaction Unit) is a combined measure of compute, storage, and I/O resources. The DTU option is an easy, preconfigured purchase option.
3131

32-
- **Serverless**: A compute tier for single databases in SQL Database. The serverless model automatically scales compute, based on workload demand, and bills only for the amount of compute used.
32+
- **Serverless**: Available for General Purpose and Hyperscale databases, serverless automatically scales compute and charges for what you use. Hyperscale serverless also supports large storage.
3333

3434
#### Business scenario
3535

@@ -41,6 +41,8 @@ Let's explore a business scenario for Azure SQL Database. AccuWeather has been a
4141

4242
Consider how Azure SQL Database can be included in your relational data storage plan for Tailwind Traders:
4343

44+
- **Consider the free offer for development and testing**: Azure SQL Database provides a free offer for the lifetime of your subscription—up to 10 General Purpose single databases, each with 100,000 vCore seconds of compute per month. This is useful for prototyping, development, and non-production environments without incurring compute costs.
45+
4446
- **Consider vCore pricing**. (Microsoft recommended) Select compute and storage resources independently for multiple SQL databases or an elastic database pool. Use Azure Hybrid Benefit for SQL Server or reserved capacity (pay in advance) to save money. You control the compute and storage resources that you create and pay for.
4547

4648
- **Consider DTU pricing**. Choose this easy, preconfigured purchase plan for a bundled measure of compute, storage, and I/O resources to support multiple SQL databases. This option isn't available for Azure SQL Managed Instance.

0 commit comments

Comments
 (0)