Skip to content

Commit e2cd443

Browse files
authored
Merge pull request #102158 from dimitri-furman/dimitri-furman
Clarified read-only replica availability
2 parents c1e1995 + 8637778 commit e2cd443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/sql-database-service-tiers-general-purpose-business-critical.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: stevestein
1111
ms.author: sstein
1212
ms.reviewer: sashan, moslake, carlrab
13-
ms.date: 10/01/2019
13+
ms.date: 01/23/2020
1414
---
1515
# Azure SQL Database service tiers
1616

@@ -45,7 +45,7 @@ The following table describes the key differences between service tiers for the
4545
|**Availability**|All| 99.99% | [99.95% with one secondary replica, 99.99% with more replicas](sql-database-service-tier-hyperscale-faq.md#what-slas-are-provided-for-a-hyperscale-database) | 99.99% <br/> [99.995% with zone redundant single database](https://azure.microsoft.com/blog/understanding-and-leveraging-azure-sql-database-sla/) |
4646
|**Backups**|All|RA-GRS, 7-35 days (7 days by default)| RA-GRS, 7 days, constant time point-in-time recovery (PITR) | RA-GRS, 7-35 days (7 days by default) |
4747
|**In-memory OLTP** | | N/A | N/A | Available |
48-
|**Read-only replicas**| | 0 | 0 - 4 | 1 (built-in, included in price) |
48+
|**Read-only replicas**| | 0 built-in <br> 0 - 4 using [geo-replication](sql-database-active-geo-replication.md) | 0 - 4 built-in | 1 built-in, included in price <br> 0 - 4 using [geo-replication](sql-database-active-geo-replication.md) |
4949
|**Pricing/billing** | Single database | [vCore, reserved storage, and backup storage](https://azure.microsoft.com/pricing/details/sql-database/single/) are charged. <br/>IOPS is not charged. | [vCore for each replica and used storage](https://azure.microsoft.com/pricing/details/sql-database/single/) are charged. <br/>IOPS not yet charged. | [vCore, reserved storage, and backup storage](https://azure.microsoft.com/pricing/details/sql-database/single/) are charged. <br/>IOPS is not charged. |
5050
|| Managed Instance | [vCore and reserved storage](https://azure.microsoft.com/pricing/details/sql-database/managed/) is charged. <br/>IOPS is not charged.<br/>Backup storage is not yet charged. | N/A | [vCore and reserved storage](https://azure.microsoft.com/pricing/details/sql-database/managed/) is charged. <br/>IOPS is not charged.<br/>Backup storage is not yet charged. |
5151
|**Discount models**| | [Reserved instances](sql-database-reserved-capacity.md)<br/>[Azure Hybrid Benefit](sql-database-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| [Azure Hybrid Benefit](sql-database-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](sql-database-reserved-capacity.md)<br/>[Azure Hybrid Benefit](sql-database-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|

0 commit comments

Comments
 (0)