Skip to content

Commit bcb0238

Browse files
authored
Merge pull request #25480 from MashaMSFT/202301_servtiers
Removing individual service tier articles
2 parents 3b4dcaa + d205e97 commit bcb0238

14 files changed

Lines changed: 280 additions & 339 deletions

.openpublishing.redirection.azure-sql.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,21 @@
575575
"redirect_url": "/azure/azure-sql/managed-instance/connectivity-architecture-overview",
576576
"redirect_document_id": false
577577
},
578+
{
579+
"source_path_from_root": "/azure-sql/database/service-tier-general-purpose.md",
580+
"redirect_url": "/azure/azure-sql/service-tiers-sql-database-vcore",
581+
"redirect_document_id": false
582+
},
583+
{
584+
"source_path_from_root": "/azure-sql/database/service-tier-business-critical.md",
585+
"redirect_url": "/azure/azure-sql/service-tiers-sql-database-vcore",
586+
"redirect_document_id": false
587+
},
588+
{
589+
"source_path_from_root": "/azure-sql/database/service-tiers-vcore.md",
590+
"redirect_url": "/azure/azure-sql/service-tiers-sql-database-vcore",
591+
"redirect_document_id": false
592+
},
578593
{
579594
"source_path_from_root": "/azure-sql/managed-instance/management-endpoint-verify-built-in-firewall.md",
580595
"redirect_url": "/azure/azure-sql/managed-instance/connectivity-architecture-overview",
@@ -602,5 +617,3 @@
602617
}
603618
]
604619
}
605-
606-

azure-sql/database/cost-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Azure SQL Database supports two purchasing models: vCore and DTU. The way you ge
3434

3535
### Provisioned or serverless
3636

37-
In the vCore purchasing model, Azure SQL Database also supports two types of compute tiers: provisioned throughput and serverless. The way you get charged for each compute tier varies so it's important to understand what works best for your workload when planning and considering costs. For details, see [vCore model overview - compute tiers](service-tiers-sql-database-vcore.md#compute-tiers).
37+
In the vCore purchasing model, Azure SQL Database also supports two types of compute tiers: provisioned throughput and serverless. The way you get charged for each compute tier varies so it's important to understand what works best for your workload when planning and considering costs. For details, see [vCore model overview - compute tiers](service-tiers-sql-database-vcore.md#compute).
3838

3939
In the provisioned compute tier of the vCore-based purchasing model, you can exchange your existing licenses for discounted rates. For details, see [Azure Hybrid Benefit (AHB)](../azure-hybrid-benefit.md).
4040

azure-sql/database/features-comparison.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article compares the database engine features of Azure SQL Dat
55
author: danimir
66
ms.author: danil
77
ms.reviewer: wiassaf, bonova, mathoma, danil
8-
ms.date: 10/10/2022
8+
ms.date: 01/31/2023
99
ms.service: sql-db-mi
1010
ms.subservice: service-overview
1111
ms.topic: conceptual
@@ -151,6 +151,29 @@ The Azure platform provides a number of PaaS capabilities that are added as an a
151151
| VNet Global peering | Yes, using [Private IP and service endpoints](vnet-service-endpoint-rule-overview.md) | Yes, using [Virtual network peering](https://techcommunity.microsoft.com/t5/azure-sql/new-feature-global-vnet-peering-support-for-azure-sql-managed/ba-p/1746913). |
152152
| [Private connectivity](/azure/private-link/private-link-overview) | Yes, using [Private Link](/azure/private-link/private-endpoint-overview) | Yes, using VNet. |
153153

154+
## Resource limits
155+
156+
The following table compares the maximum resource limits available for Azure SQL Database and Azure SQL Managed Instance:
157+
158+
| **Category** | **Azure SQL Database** | **Azure SQL Managed Instance** |
159+
|:--|:--|:--|
160+
| **Compute size**| Up to 128 vCores | Up to 80 vCores|
161+
| **Storage size** | 1 GB - 100 TB | 16 TB |
162+
| **Tempdb size** | [32 GB per vCore](resource-limits-vcore-single-databases.md), up to 2,560 GB |Up to 4 TB - [limited by reserved storage size](../managed-instance/resource-limits.md#service-tier-characteristics) |
163+
| **Log write throughput** | Up to 100mb/sec | [4 MB/s per vCore (max 48 MB/s)](../managed-instance/resource-limits.md#service-tier-characteristics) |
164+
| **Availability** | [Default SLA](https://azure.microsoft.com/support/legal/sla/azure-sql-database/) <br> 99.995% SLA with [zone redundancy](high-availability-sla.md#premium-and-business-critical-service-tier-zone-redundant-availability) | [Default SLA](https://azure.microsoft.com/support/legal/sla/azure-sql-sql-managed-instance/)|
165+
| **Backups** | A choice of locally-redundant (LRS), zone-redundant (ZRS), or geo-redundant (GRS) storage <br/> 1-35 days (7 days by default) retention, with up to 10 years of long-term retention available |A choice of locally-redundant (LRS), zone-redundant (ZRS), geo-redundant (GRS) or geo-zone-redundant (GZRS) storage <br/> 1-35 days (7 days by default) retention, with up to 10 years of long-term retention available|
166+
| [**Read-only replicas**](read-scale-out.md) |Read scale with 1-4 high availability replicas or 1-30 [named replicas](service-tier-hyperscale-replicas.md#named-replica) <br> 0 - 4 [geo-replicas](active-geo-replication-overview.md) |1 built-in high availability replica is readable <br> 0 - 1 geo-replicas using [auto-failover groups](../managed-instance/auto-failover-group-sql-mi.md) |
167+
| **Discount models** |[Reserved instances](reserved-capacity-overview.md)<br/>[Azure Hybrid Benefit](../azure-hybrid-benefit.md) (not available on dev/test subscriptions)<br/>[Enterprise](https://azure.microsoft.com/offers/ms-azr-0148p/) and [Pay-As-You-Go](https://azure.microsoft.com/offers/ms-azr-0023p/) Dev/Test subscriptions|[Reserved instances](reserved-capacity-overview.md)<br/>[Azure Hybrid Benefit](../azure-hybrid-benefit.md) (not available on dev/test subscriptions)<br/>[Enterprise](https://azure.microsoft.com/offers/ms-azr-0148p/) and [Pay-As-You-Go](https://azure.microsoft.com/offers/ms-azr-0023p/) Dev/Test subscriptions |
168+
169+
To learn more about resource limits for Azure SQL Database, review:
170+
171+
- [Logical server](resource-limits-logical-server.md)
172+
- In the vCore model: [single databases](resource-limits-vcore-single-databases.md), [elastic pools](resource-limits-vcore-elastic-pools.md)
173+
- In the DTU model: [single databases](resource-limits-dtu-single-databases.md), [elastic pools](resource-limits-dtu-elastic-pools.md)
174+
175+
To learn more about resource limits for Azure SQL Managed Instance, review: [Resource limits](../managed-instance/resource-limits.md).
176+
154177
## Tools
155178

156179
Azure SQL Database and Azure SQL Managed Instance support various data tools that can help you manage your data.

azure-sql/database/resource-limits-vcore-single-databases.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ ms.custom:
1717

1818
This article provides the detailed resource limits for single databases in Azure SQL Database using the vCore purchasing model.
1919

20-
* For DTU purchasing model limits for single databases on a server, see [Overview of resource limits on a server](resource-limits-logical-server.md).
21-
* For DTU purchasing model resource limits for Azure SQL Database, see [DTU resource limits single databases](resource-limits-dtu-single-databases.md) and [DTU resource limits elastic pools](resource-limits-dtu-elastic-pools.md).
20+
2221
* For elastic pool vCore resource limits, [vCore resource limits - elastic pools](resource-limits-vcore-elastic-pools.md).
22+
* For limits of the logical server in Azure, see [Overview of resource limits on a server](resource-limits-logical-server.md).
23+
* For DTU purchasing model resource limits, see [DTU resource limits single databases](resource-limits-dtu-single-databases.md) and [DTU resource limits elastic pools](resource-limits-dtu-elastic-pools.md).
2324
* For more information regarding the different purchasing models, see [Purchasing models and service tiers](purchasing-models.md).
2425

2526
> [!IMPORTANT]

azure-sql/database/service-tier-business-critical.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)