Skip to content

Commit 72ebed9

Browse files
Matt HyonrwestMSFT
authored andcommitted
Multiple secondaries for failover groups in Azure SQL DB public preview
1 parent 8f6c716 commit 72ebed9

3 files changed

Lines changed: 33 additions & 7 deletions

File tree

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the new features and documentation improvements for Azu
55
author: WilliamDAssafMSFT
66
ms.author: wiassaf
77
ms.reviewer: mathoma, randolphwest
8-
ms.date: 11/03/2025
8+
ms.date: 01/29/2026
99
ms.service: azure-sql-database
1010
ms.subservice: service-overview
1111
ms.topic: whats-new
@@ -27,7 +27,7 @@ This article summarizes the documentation changes associated with new features a
2727
> [!TIP]
2828
> [Deploy Azure SQL Database for free](free-offer.md), for the life of your Azure subscription. This free offer provides up to ten free General Purpose databases, each with 100,000 vCore seconds of compute, every month.
2929
30-
For more announcements, discussion, and community content, see the [Azure SQL Database blog](https://techcommunity.microsoft.com/t5/azure-sql-blog/bg-p/AzureSQLBlog).
30+
For more announcements, discussion, and community content, see the [Azure SQL Database blog](https://techcommunity.microsoft.com/category/azuredatabases/blog/azuresqlblog).
3131

3232
## Preview
3333

@@ -54,6 +54,7 @@ The following table lists the features of Azure SQL Database that are currently
5454
| **Network Security Perimeter** | [Azure Network Security Perimeter](network-security-perimeter.md) allows organizations to define a logical network isolation boundary for PaaS resources (for example, Azure Storage and SQL Database) that are deployed outside your organization's virtual networks. It restricts public network access to PaaS resources outside of the perimeter, and access can be exempted by using explicit access rules for public inbound and outbound. |
5555
| **Query editor in the Azure portal** | The [query editor in the Azure portal](query-editor.md) allows you to run queries against your Azure SQL Database directly from a web browser. |
5656
| **Restart database in the Azure portal** | You can [restart your SQL database or elastic pool](restart-database.md) from the Azure portal. |
57+
| **Multiple secondaries for failover groups** | You can [configure multiple secondary servers for failover groups](failover-group-sql-db.md#multiple-secondaries) in Azure SQL Database. |
5758

5859
## General availability (GA)
5960

@@ -95,6 +96,12 @@ The following table lists features of Azure SQL Database that have been made gen
9596

9697
Learn about significant changes to the Azure SQL Database documentation. For previous years, see the [What's new archive](doc-changes-updates-release-notes-whats-new-archive.md).
9798

99+
### January 2026
100+
101+
| Changes | Details |
102+
| --- | --- |
103+
| **Multiple secondaries for failover groups** | You can [configure multiple secondary servers for failover groups](failover-group-sql-db.md#multiple-secondaries) in Azure SQL Database. |
104+
98105
### November 2025
99106

100107
| Changes | Details |

azure-sql/database/failover-group-configure-sql-db.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Configure a failover group
2+
title: Configure a Failover Group
33
titleSuffix: Azure SQL Database
44
description: Learn how to configure a failover group for a single or pooled database in Azure SQL Database by using the Azure portal, PowerShell, and the Azure CLI.
55
author: rajeshsetlem
66
ms.author: rsetlem
77
ms.reviewer: wiassaf, mathoma, randolphwest, mahyon
8-
ms.date: 08/05/2025
8+
ms.date: 01/29/2026
99
ms.service: azure-sql-database
1010
ms.subservice: high-availability
1111
ms.topic: how-to
@@ -484,6 +484,11 @@ For more information on how to configure outbound access and what IP to use in t
484484
> [!IMPORTANT]
485485
> To guarantee business continuity during regional outages you must ensure geographic redundancy for both frontend components and databases.
486486
487+
## Multiple secondaries
488+
489+
> [!IMPORTANT]
490+
> Multiple secondaries for failover groups is a preview feature that is not recommended for production workloads. For more information, see [Multiple secondaries for failover groups](failover-group-sql-db.md#multiple-secondaries).
491+
487492
## Permissions
488493

489494
Permissions for a failover group are managed via [Azure role-based access control (Azure RBAC)](/azure/role-based-access-control/overview).

azure-sql/database/failover-group-sql-db.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Failover groups overview & best practices
2+
title: Failover Groups Overview & Best Practices
33
description: Failover groups let you manage geo-replication and automatic / coordinated failover of a group of databases on a server for both single and pooled database in Azure SQL Database.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.reviewer: rsetlem, mathoma
7-
ms.date: 01/24/2025
6+
ms.reviewer: rsetlem, mathoma, mahyon, randolphwest
7+
ms.date: 01/29/2026
88
ms.service: azure-sql-database
99
ms.subservice: high-availability
1010
ms.topic: best-practice
@@ -169,6 +169,20 @@ If an outage occurs in the primary region, recent transactions might not have be
169169

170170
When failover groups are configured with a Microsoft-managed failover policy, then forced failover to the geo-secondary server is initiated during a disaster scenario as per the defined grace period. Failback to the old primary must be initiated manually.
171171

172+
## Multiple secondaries
173+
174+
> [!IMPORTANT]
175+
> Multiple secondaries for failover groups is a preview feature that is not recommended for production workloads.
176+
177+
Each failover group can support multiple secondary servers in the same or different regions. This configuration provides additional options for disaster recovery and enables read-only workloads to be distributed across multiple regions. When configuring multiple secondaries, consider the following:
178+
179+
- Up to four secondary servers can be specified for each failover group.
180+
- Each secondary server can be in the same or a different region from the primary server and from each other.
181+
- Each secondary server maintains its own geo-replication link with the primary server.
182+
- Failover can be initiated to any of the secondary servers.
183+
- The read-only listener can be configured to only one of the secondary servers and must be to a secondary in a different region in order to properly serve read-only workloads.
184+
- Chaining (creating a geo-replica of a geo-replica) is not supported with this configuration.
185+
172186
## Permissions and limitations
173187

174188
Review the configure failover group guide for a list of [permissions](failover-group-configure-sql-db.md#permissions) and [limitations](failover-group-configure-sql-db.md#limitations).

0 commit comments

Comments
 (0)