Skip to content

Commit 1639246

Browse files
authored
Merge pull request #85416 from MashaMSFT/20190814_epfix
20190814 epfix
2 parents af25156 + d61b4f6 commit 1639246

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/sql-database/sql-database-elastic-pool-failover-group-tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ In this step, you will create a [failover group](sql-database-auto-failover-grou
7070
1. Select **SQL servers** and choose the server you created in section 1.
7171
1. Select **Failover groups** under the **Settings** pane, and then select **Add group** to create a new failover group.
7272

73-
![Add new failover group](media/sql-database-elastic-pool-create-failover-group-tutorial/add-elastic-pool-to-failover-group.png)
73+
![Add new failover group](media/sql-database-single-database-create-failover-group-tutorial/sqldb-add-new-failover-group.png)
7474

7575
1. On the **Failover Group** page, enter or select the following values, and then select **Create**:
7676
- **Failover group name**: Type in a unique failover group name, such as `failovergrouptutorial`.
77-
- **Secondary server**: Select the option to *configure required settings* and then choose to **Create a new server**. Alternatively, you can choose an already-existing server as the secondary server. After entering the following values, select **Select**.
77+
- **Secondary server**: Select the option to *configure required settings* and then choose to **Create a new server**. Alternatively, you can choose an already-existing server as the secondary server. After entering the following values for your new secondary server, select **Select**.
7878
- **Server name**: Type in a unique name for the secondary server, such as `mysqlsecondary`.
7979
- **Server admin login**: Type `azureuser`
8080
- **Password**: Type a complex password that meets password requirements.
@@ -85,9 +85,9 @@ In this step, you will create a [failover group](sql-database-auto-failover-grou
8585
8686
![Create a secondary server for the failover group](media/sql-database-single-database-create-failover-group-tutorial/create-secondary-failover-server.png)
8787

88-
1. Once a secondary server is selected, the **Databases within the group** option becomes unlocked. Select it to **Select databases to add** and then select the elastic pool you created in section 2. A warning should appear, prompting you to create an elastic pool on the secondary server. Select the warning, and then select **OK** to create the elastic pool on the secondary server.
88+
1. Select **Databases within the group** then select the elastic pool you created in section 2. A warning should appear, prompting you to create an elastic pool on the secondary server. Select the warning, and then select **OK** to create the elastic pool on the secondary server.
8989

90-
![Add SQL DB to failover group](media/sql-database-single-database-create-failover-group-tutorial/add-sqldb-to-failover-group.png)
90+
![Add elastic pool to failover group](media/sql-database-elastic-pool-create-failover-group-tutorial/add-elastic-pool-to-failover-group.png)
9191

9292
1. Select **Select** to apply your elastic pool settings to the failover group, and then select **Create** to create your failover group. Adding the elastic pool to the failover group will automatically start the geo-replication process.
9393

0 commit comments

Comments
 (0)