Skip to content

Commit 63e69d1

Browse files
authored
Merge pull request #175704 from MashaMSFT/2021_tiersplit
rewrote service tier article for sql db
2 parents 06a64a0 + b18810e commit 63e69d1

36 files changed

+618
-421
lines changed

.openpublishing.redirection.azure-sql.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@
179179
"source_path_from_root": "/articles/azure-sql/database/job-automation-managed-instances.md",
180180
"redirect_url": "/azure/azure-sql/managed-instance/job-automation-managed-instance",
181181
"redirect_document_id": true
182-
}
182+
},
183+
{
184+
"source_path": "articles/azure-sql/database/service-tiers-general-purpose-business-critical.md",
185+
"redirect_url": "/azure/azure-sql/database/service-tiers-vcore",
186+
"redirect_document_id": false
187+
}
183188
]
184189
}

articles/azure-monitor/insights/azure-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Azure SQL Analytics (preview) solution in Azure Monitor
33
description: Azure SQL Analytics solution helps you manage your Azure SQL databases
44
ms.topic: conceptual
5-
author: danimir
6-
ms.author: danil
5+
author: dimitri-furman
6+
ms.author: dfurman
77
ms.date: 11/22/2021
8-
ms.reviewer: wiassaf
8+
ms.reviewer: wiassaf, mathoma
99
ms.custom: devx-track-azurepowershell
1010
---
1111

articles/azure-sql/database/cost-management.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.author: kendralittle
66
ms.custom: subject-cost-optimization
77
ms.service: sql-database
88
ms.subservice: service-overview
9+
ms.reviewer: mathoma
910
ms.topic: how-to
1011
ms.date: 06/30/2021
1112
---
@@ -70,7 +71,8 @@ Billing depends on the SKU of your product, the generation hardware of your SKU,
7071
- And for storage: geo-redundant storage (GRS), locally redundant storage (LRS), and zone-redundant storage (ZRS)
7172
- It's also possible to have a deprecated SKU from deprecated resource offerings
7273

73-
To learn more, see [service tiers](service-tiers-general-purpose-business-critical.md).
74+
For more information, see [vCore-based purchasing model](service-tiers-vcore.md), [DTU-based purchasing model](service-tiers-dtu.md), or [compare purchasing models](purchasing-models.md).
75+
7476

7577
The following table shows the most common billing meters and their possible SKUs for **single databases**:
7678

articles/azure-sql/database/doc-changes-updates-release-notes-whats-new.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ ms.subservice: service-overview
1010
ms.custom: sqldbrb=2, references_regions, ignite-fall-2021
1111
ms.devlang:
1212
ms.topic: conceptual
13-
ms.date: 09/21/2021
13+
ms.date: 12/15/2021
1414
---
1515
# What's new in Azure SQL Database?
1616
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]
1717

18-
This article summarizes the documentation changes associated with new features and improvements in the recent releases of [Azure SQL Database](https://azure.microsoft.com/products/azure-sql/database/). To learn more about Azure SQL Database, see the [overview](sql-database-paas-overview.md).
18+
> [!div class="op_single_selector"]
19+
> * [Azure SQL Database](doc-changes-updates-release-notes-whats-new.md)
20+
> * [Azure SQL Managed Instance](../managed-instance/doc-changes-updates-release-notes-whats-new.md)
1921
20-
For Azure SQL Managed Instance, see [What's new](../managed-instance/doc-changes-updates-release-notes-whats-new.md).
22+
This article summarizes the documentation changes associated with new features and improvements in the recent releases of [Azure SQL Database](https://azure.microsoft.com/products/azure-sql/database/). To learn more about Azure SQL Database, see the [overview](sql-database-paas-overview.md).
2123

2224

2325
## Preview

articles/azure-sql/database/high-cpu-diagnose-troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can quickly identify the vCore count for a database in the Azure portal if y
2929

3030
For databases in the [serverless](serverless-tier-overview.md) compute tier, vCore count will always be equivalent to the max vCore setting for the database. VCore count will show in the **pricing tier** listed for the database on its **Overview** page. For example, a database's pricing tier might be 'General Purpose: Serverless, Gen5, 16 vCores'.
3131

32-
If you're using a database under the [DTU-based purchase model](service-tiers-dtu.md), you will need to use Transact-SQL to query the database's vCore count.
32+
If you're using a database under the [DTU-based purchasing model](service-tiers-dtu.md), you will need to use Transact-SQL to query the database's vCore count.
3333

3434
### Identify vCore count with Transact-SQL
3535

@@ -374,9 +374,9 @@ Consider experimenting with small changes in the MAXDOP configuration at the dat
374374

375375
You may find that your workload's queries and indexes are properly tuned, or that performance tuning requires changes that you cannot make in the short term due to internal processes or other reasons. Adding more CPU resources may be beneficial for these databases. You can [scale database resources with minimal downtime](scale-resources.md).
376376

377-
You can add more CPU resources to your Azure SQL Database by configuring the vCore count or the [hardware generation](service-tiers-sql-database-vcore.md#hardware-generations) for databases using the [vCore purchase model](service-tiers-sql-database-vcore.md).
377+
You can add more CPU resources to your Azure SQL Database by configuring the vCore count or the [hardware generation](service-tiers-sql-database-vcore.md#hardware-generations) for databases using the [vCore purchasing model](service-tiers-sql-database-vcore.md).
378378

379-
Under the [DTU-based purchase model](service-tiers-dtu.md), you can raise your service tier and increase the number of database transaction units (DTUs). A DTU represents a blended measure of CPU, memory, reads, and writes. One benefit of the vCore purchase model is that it allows more granular control over the hardware in use and the number of vCores. You can [migrate Azure SQL Database from the DTU-based model to the vCore-based model](migrate-dtu-to-vcore.md) to transition between purchase models.
379+
Under the [DTU-based purchasing model](service-tiers-dtu.md), you can raise your service tier and increase the number of database transaction units (DTUs). A DTU represents a blended measure of CPU, memory, reads, and writes. One benefit of the vCore purchasing model is that it allows more granular control over the hardware in use and the number of vCores. You can [migrate Azure SQL Database from the DTU-based model to the vCore-based model](migrate-dtu-to-vcore.md) to transition between purchasing models.
380380

381381
## Next steps
382382

articles/azure-sql/database/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ landingContent:
4444
url: sql-database-paas-overview.md
4545
- text: Purchasing options
4646
url: purchasing-models.md
47-
- text: Service tiers
48-
url: service-tiers-general-purpose-business-critical.md
4947
- text: Serverless compute
5048
url: serverless-tier-overview.md
5149
- text: Hyperscale service tier

articles/azure-sql/database/migrate-dtu-to-vcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To choose the service objective, or compute size, for the migrated database in t
2929
> [!TIP]
3030
> This rule is approximate because it does not consider the hardware generation used for the DTU database or elastic pool.
3131
32-
In the DTU model, the system may select any available [hardware generation](purchasing-models.md#hardware-generations-in-the-dtu-based-purchasing-model) for your database or elastic pool. Further, in the DTU model you have only indirect control over the number of vCores (logical CPUs) by choosing higher or lower DTU or eDTU values.
32+
In the DTU model, the system may select any available [hardware generation](service-tiers-dtu.md#hardware-generations) for your database or elastic pool. Further, in the DTU model you have only indirect control over the number of vCores (logical CPUs) by choosing higher or lower DTU or eDTU values.
3333

3434
In the vCore model, customers must make an explicit choice of both the hardware generation and the number of vCores (logical CPUs). While DTU model does not offer these choices, the hardware generation and the number of logical CPUs used for every database and elastic pool are exposed via dynamic management views. This makes it possible to determine the matching vCore service objective more precisely.
3535

0 commit comments

Comments
 (0)