Skip to content

Commit c374d2f

Browse files
Update failover-group-configure-sql-db.md
1 parent b488c7c commit c374d2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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
7-
ms.reviewer: wiassaf, mathoma, randolphwest
8-
ms.date: 09/27/2024
7+
ms.reviewer: wiassaf, mathoma, randolphwest, mahyon
8+
ms.date: 08/05/2025
99
ms.service: azure-sql-database
1010
ms.subservice: high-availability
1111
ms.topic: how-to
@@ -509,7 +509,7 @@ Be aware of the following limitations:
509509
- Removing a failover group for a single or pooled database doesn't stop replication, and it doesn't delete the replicated database. You'll need to manually stop geo-replication and delete the database from the secondary server if you wanted to add a single or pooled database back to a failover group after it's been removed. Failing to do either might result in an error similar to `The operation cannot be performed due to multiple errors` when attempting to add the database to the failover group.
510510
- Failover group name is subject to [naming restrictions](/azure/azure-resource-manager/management/resource-name-rules).
511511
- When creating a new failover group, or when adding databases to an existing failover group, you can _only_ designate the databases as [standby replicas](standby-replica-how-to-configure.md) _when using the Azure portal_ - Azure PowerShell and the Azure CLI are not currently available.
512-
- Azure portal doesn't support creating failover groups across different subscriptions but is possible with PowerShell. See Programmatically manage failover groups below.
512+
- The Azure portal doesn't support creating failover groups across different subscriptions. Instead, use [PowerShell cmdlets to programmatically manage failover groups](#programmatically-manage-failover-groups).
513513

514514
## <a name="programmatically-managing-failover-groups"></a> Programmatically manage failover groups
515515

0 commit comments

Comments
 (0)