Skip to content

Commit 8b0d2d8

Browse files
committed
Adding ZR note
1 parent 58e28b0 commit 8b0d2d8

6 files changed

Lines changed: 7 additions & 2 deletions

File tree

azure-sql/managed-instance/high-availability-sla-local-zone-redundancy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Whenever the database engine or the operating system is upgraded, or a failure i
8181
8282
Next-gen General Purpose is an architectural upgrade to the existing General Purpose service tier that uses an upgraded remote storage layer that stores instance data and log files on managed disks instead of page blobs and maintains it locally.
8383

84+
Zone redundancy isn't available for the Next-gen General Purpose service tier upgrade.
85+
8486
### Business Critical service tier
8587

8688
The Business Critical service tier uses the local storage availability model, which integrates compute resources (database engine process) and storage (locally attached SSD) on a single node. Availability is achieved by replicating both compute and storage to additional nodes.
@@ -99,7 +101,7 @@ Zone-redundant availability is based on placing replicas across three Azure avai
99101

100102
By default, the cluster of nodes for the local storage availability model is created in the same datacenter. With the introduction of [Azure Availability Zones](/azure/reliability/availability-zones-overview), SQL Managed Instance places different replicas in different availability zones in the same region. To eliminate a single point of failure, the control ring is also duplicated across multiple zones. The control plane traffic is then routed to a load balancer that is also deployed across availability zones. Traffic routing from the control plane to the load balancer is controlled by [Azure Traffic Manager (ATM)](/azure/traffic-manager/traffic-manager-overview).
101103

102-
By using a zone-redundant configuration, you can make your Business Critical or General Purpose instances resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes to the application logic. You can convert any existing Business Critical or General Purpose instances to the zone-redundant configuration.
104+
By using a zone-redundant configuration, you can make your Business Critical or General Purpose instances resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes to the application logic. You can convert any existing Business Critical or General Purpose instances to the zone-redundant configuration. Zone redundancy isn't available for the [Next-gen General Purpose service tier](service-tiers-next-gen-general-purpose-use.md).
103105

104106
Because zone-redundant instances have replicas in different datacenters with some distance between them, the increased network latency might increase the transaction 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 objective upgrade. At the end of the process, the instance is migrated from a zone-redundant ring to a single-zone ring or vice versa.
105107

azure-sql/managed-instance/service-tiers-next-gen-general-purpose-use.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ To upgrade an existing instance to the Next-gen General Purpose service tier in
3737
> [!NOTE]
3838
> For instances inside of a failover group, changing the service tier to, or from, the Next-gen General Purpose tier isn't supported. You must first delete the failover group before modifying either replica, and then re-create the failover group after the change takes effect.
3939
40-
4140
## New instances
4241

4342
You can use the Next-gen General Purpose tier upgrade for new instances when you deploy them in the Azure portal. To do so, follow these steps:
@@ -56,6 +55,10 @@ You can use the Next-gen General Purpose tier upgrade for new instances when you
5655
1. Fill out the rest of the values to configure your new instance.
5756
1. Select **Review + create** to review your settings, and then select **Create** to deploy your new instance using the Next-gen General purpose tier upgrade.
5857

58+
## Remarks
59+
60+
- Zone redundancy isn't available for the Next-gen General Purpose service tier upgrade.
61+
5962
## Next steps
6063

6164
- To get started, see [Creating a SQL Managed Instance using the Azure portal](instance-create-quickstart.md)
-3.14 KB
Loading
-825 Bytes
Loading
-754 Bytes
Loading
-809 Bytes
Loading

0 commit comments

Comments
 (0)