Skip to content

Commit 8d3df6e

Browse files
authored
Merge pull request #186449 from vitomaz-msft/patch-18
Trying to make more clear that Zone Redundant is not available for MI
2 parents a796b3b + 42dab63 commit 8d3df6e

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

azure-sql/database/high-availability-sla.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
author: emlisa
1212
ms.author: emlisa
1313
ms.reviewer: kendralittle, mathoma, emlisa
14-
ms.date: 1/20/2022
14+
ms.date: 1/27/2022
1515
---
1616

1717
# High availability for Azure SQL Database and SQL Managed Instance
@@ -49,15 +49,15 @@ Zone-redundant configuration for the general purpose service tier is offered for
4949

5050
Zone-redundant configuration for the general purpose tier has two layers:
5151

52-
- A stateful data layer with the database files (.mdf/.ldf) that are stored in ZRS(zone-redundant storage). Using [ZRS](../../storage/common/storage-redundancy.md) the data and log files are synchronously copied across three physically-isolated Azure availability zones.
52+
- A stateful data layer with the database files (.mdf/.ldf) that are stored in ZRS(zone-redundant storage). Using [ZRS](../../storage/common/storage-redundancy.md) the data and log files are synchronously copied across three physically isolated Azure availability zones.
5353
- A stateless compute layer that runs the sqlservr.exe process and contains only transient and cached data, such as TempDB, model databases on the attached SSD, and plan cache, buffer pool, and columnstore pool in memory. This stateless node is operated by Azure Service Fabric that initializes sqlservr.exe, controls health of the node, and performs failover to another node if necessary. For zone-redundant serverless and provisioned general purpose databases, nodes with spare capacity are readily available in other Availability Zones for failover.
5454

5555
The zone-redundant version of the high availability architecture for the general purpose service tier is illustrated by the following diagram:
5656

5757
![Zone redundant configuration for general purpose](./media/high-availability-sla/zone-redundant-for-general-purpose.png)
5858

5959
> [!IMPORTANT]
60-
> Zone-redundant configuration is only available when the Gen5 compute hardware is selected. This feature is not available in SQL Managed Instance. Zone-redundant configuration for serverless and provisioned general purpose tier is only available in the following regions: East US, East US 2, West US 2, North Europe, West Europe, Southeast Asia, Australia East, Japan East, UK South, and France Central.
60+
> Zone-redundant configuration is not available in SQL Managed Instance. In SQL Database this feature is only available when the Gen5 compute hardware is selected. Additionally, for serverless and provisioned general purpose tier, the zone-redundant configuration is only available in the following regions: East US, East US 2, West US 2, North Europe, West Europe, Southeast Asia, Australia East, Japan East, UK South, and France Central.
6161
6262
> [!NOTE]
6363
> General Purpose databases with a size of 80 vcore may experience performance degradation with zone-redundant configuration. Additionally, operations such as backup, restore, database copy, setting up Geo-DR relationships, and downgrading a zone-redundant database from Business Critical to General Purpose may experience slower performance for any single databases larger than 1 TB. Please see our [latency documentation on scaling a database](single-database-scale.md) for more information.
@@ -82,10 +82,7 @@ By default, the cluster of nodes for the premium availability model is created i
8282
Because the zone-redundant databases have replicas in different datacenters with some distance between them, the increased network latency may increase the commit time and thus impact the performance of some OLTP workloads. You can always return to the single-zone configuration by disabling the zone-redundancy setting. This process is an online operation similar to the regular service tier upgrade. At the end of the process, the database or pool is migrated from a zone-redundant ring to a single zone ring or vice versa.
8383

8484
> [!IMPORTANT]
85-
> When using the Business Critical tier, zone-redundant configuration is only available when the Gen5 compute hardware is selected. For up to date information about the regions that support zone-redundant databases, see [Services support by region](../../availability-zones/az-region.md).
86-
87-
> [!NOTE]
88-
> This feature is not available in SQL Managed Instance.
85+
> This feature is not available in SQL Managed Instance. In SQL Database, when using the Business Critical tier, zone-redundant configuration is only available when the Gen5 compute hardware is selected. For up to date information about the regions that support zone-redundant databases, see [Services support by region](../../availability-zones/az-region.md).
8986
9087
The zone-redundant version of the high availability architecture is illustrated by the following diagram:
9188

0 commit comments

Comments
 (0)