Skip to content

Commit 6fb900d

Browse files
authored
1 parent 58ed660 commit 6fb900d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sql-database/sql-database-single-database-failover-group-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ ms.date: 06/19/2019
1414
---
1515
# Tutorial: Add an Azure SQL Database single database to a failover group
1616

17-
Configure a failover group for an Azure SQL Database single database and test failover using either the Azure portal, PowerShell, or Azure CLI. In this tutorial, you will learn how to:
17+
A [failover group](sql-database-auto-failover-group.md) is a declarative abstraction layer that allows you to group mulitple geo-replicated databases. Learn to configure a failover group for an Azure SQL Database single database and test failover using either the Azure portal, PowerShell, or Azure CLI. In this tutorial, you will learn how to:
1818

1919
> [!div class="checklist"]
2020
> - Create an Azure SQL Database single database.
21-
> - Create a [failover group](sql-database-auto-failover-group.md) for a single database between two logical SQL servers.
21+
> - Create a failover group for a single database between two logical SQL servers.
2222
> - Test failover.
2323
2424
## Prerequisites
@@ -56,7 +56,7 @@ Create your failover group and add your single database to it using the Azure po
5656

5757
1. Select **Azure SQL** in the left-hand menu of the [Azure portal](https://portal.azure.com). If **Azure SQL** is not in the list, select **All services**, then type Azure SQL in the search box. (Optional) Select the star next to **Azure SQL** to favorite it and add it as an item in the left-hand navigation.
5858
1. Select the single database created in section 1, such as `mySampleDatabase`.
59-
1. Select the name of the server under **Server name** to open the settings for the server.
59+
1. Failover groups can be configurd at the server level. Select the name of the server under **Server name** to open the settings for the server.
6060

6161
![Open server for single db](media/sql-database-single-database-failover-group-tutorial/open-sql-db-server.png)
6262

0 commit comments

Comments
 (0)