Skip to content

Commit b0c0dc4

Browse files
authored
Update New-AzSqlDatabaseFailoverGroup.md (#20182)
Adding note mentioning that cross subscription failover group can be created using this command with updated Az.SQL module version 3.11.0
1 parent d4dac8a commit b0c0dc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Sql/Sql/help/New-AzSqlDatabaseFailoverGroup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Two Azure SQL Database TDS endpoints are created at FailoverGroupName.SqlDatabas
2626
Newly created Failover Groups do not contain any databases. To control the set of databases in a Failover Group, use the 'Add-AzSqlDatabaseToFailoverGroup' and 'Remove-AzSqlDatabaseFromFailoverGroup' cmdlets.
2727
Only values greater than or equal to 1 hour are supported for the '-GracePeriodWithDataLossHours' parameter.
2828

29+
[!NOTE] It's possible to deploy your auto-failover group across subscriptions by using the -PartnerSubscriptionId parameter in Azure Powershell starting with [Az.SQL 3.11.0](https://www.powershellgallery.com/packages/Az.Sql/3.11.0).
30+
31+
2932
## EXAMPLES
3033

3134
### Example 1

0 commit comments

Comments
 (0)