You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this step, you will create an elastic pool and add your database to it.
61
+
In this step, you'll create an elastic pool and add your database to it.
59
62
60
63
# [Azure portal](#tab/azure-portal)
61
64
62
65
Create your elastic pool using the Azure portal.
63
66
64
-
1. Select **Azure SQL** in the left-hand menu of the Azure portal. 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.
67
+
1. Select **Azure SQL** in the left-hand menu of the Azure portal. If **Azure SQL**isn't 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.
65
68
1. Select **+ Add** to open the **Select SQL deployment option** page. You can view additional information about the different databases by selecting Show details on the Databases tile.
66
69
1. Select **Elastic pool** from the **Resource type** drop-down in the **SQL Databases** tile. Select **Create** to create your elastic pool.
67
70
@@ -142,19 +145,19 @@ In this step, you create your elastic pool and add your database to the elastic
142
145
143
146
### Set additional parameter values to create elastic pool
144
147
145
-
Set these additional parameter values for use in creating the an elastic pool.
148
+
Set these additional parameter values for use in creating the elastic pool.
@@ -169,13 +172,13 @@ This portion of the tutorial uses the following Azure CLI cmdlets:
169
172
170
173
## 3 - Create the failover group
171
174
172
-
In this step, you will create a [failover group](auto-failover-group-overview.md) between an existing server and a new server in another region. Then add the elastic pool to the failover group.
175
+
In this step, you'll create a [failover group](auto-failover-group-overview.md) between an existing server and a new server in another region. Then add the elastic pool to the failover group.
173
176
174
177
# [Azure portal](#tab/azure-portal)
175
178
176
179
Create your failover group using the Azure portal.
177
180
178
-
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.
181
+
1. Select **Azure SQL** in the left-hand menu of the [Azure portal](https://portal.azure.com). If **Azure SQL**isn't 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.
179
182
1. Select the elastic pool created in the previous section, such as `myElasticPool`.
180
183
1. On the **Overview** pane, select the name of the server under **Server name** to open the settings for the server.
181
184
@@ -191,7 +194,7 @@ Create your failover group using the Azure portal.
191
194
-**Server name**: Type in a unique name for the secondary server, such as `mysqlsecondary`.
192
195
-**Server admin login**: Type `azureuser`
193
196
-**Password**: Type a complex password that meets password requirements.
194
-
-**Location**: Choose a location from the drop-down, such as `East US`. This location cannot be the same location as your primary server.
197
+
-**Location**: Choose a location from the drop-down, such as `East US`. This location can't be the same location as your primary server.
195
198
196
199
> [!NOTE]
197
200
> The server login and firewall settings must match that of your primary server.
@@ -200,7 +203,7 @@ Create your failover group using the Azure portal.
200
203
201
204
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.
202
205
203
-

206
+

204
207
205
208
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.
206
209
@@ -288,39 +291,39 @@ This portion of the tutorial uses the following PowerShell cmdlets:
288
291
289
292
# [Azure CLI](#tab/azure-cli)
290
293
291
-
In this step, you create your secondary server, failover group, elastic pool, and add a database to failover group using the Azure CLI.
294
+
In this step, you use the Azure CLI to create your secondary server, failover group, elastic pool, and add a database to the failover group.
292
295
293
296
### Set additional parameter values to create failover group
294
297
295
-
Set these additional parameter values for use in creating the failover group, in addition to the values defined in the preceding script that created the primary resource group and server.
298
+
Set these additional parameter values for use in creating the failover group.
296
299
297
300
Change the failover location as appropriate for your environment.
Use this script to create an elastic pool on the secondary server with the [az sql elastic-pool create](/cli/azure/sql/elastic-pool#az-sql-elastic-pool-create) command.
314
+
Use the [az sql elastic-pool create](/cli/azure/sql/elastic-pool#az-sql-elastic-pool-create) command to create an elastic pool on the secondary server.
Use this script to create a failover group with the [az sql failover-group create](/cli/azure/sql/failover-group#az_sql_failover_group_create) command.
320
+
Use the [az sql failover-group create](/cli/azure/sql/failover-group#az_sql_failover_group_create) command to create a failover group.
@@ -339,13 +342,13 @@ This portion of the tutorial uses the following Azure CLI cmdlets:
339
342
340
343
## 4 - Test failover
341
344
342
-
In this step, you will fail your failover group over to the secondary server, and then fail back using the Azure portal.
345
+
In this step, you'll fail your failover group over to the secondary server, and then fail back using the Azure portal.
343
346
344
347
# [Azure portal](#tab/azure-portal)
345
348
346
349
Test failover of your failover group using the Azure portal.
347
350
348
-
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.
351
+
1. Select **Azure SQL** in the left-hand menu of the [Azure portal](https://portal.azure.com). If **Azure SQL**isn't 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.
349
352
1. Select the elastic pool created in the previous section, such as `myElasticPool`.
350
353
1. Select the name of the server under **Server name** to open the settings for the server.
351
354
@@ -443,19 +446,19 @@ Test failover using the Azure CLI.
443
446
444
447
### Verify the roles of each server
445
448
446
-
Use this script to confirm the roles of each server with the [az sql failover-group show](/cli/azure/sql/failover-group#az_sql_failover_group_show) command.
449
+
Use the [az sql failover-group show](/cli/azure/sql/failover-group#az_sql_failover_group_show) command to confirm the roles of each server in the failover group.
Use this script to failover to the secondary server and verify a successful failover with the [az sql failover-group set-primary](/cli/azure/sql/failover-group#az_sql_failover_group_set_primary)and [az sql failover-group show](/cli/azure/sql/failover-group#az_sql_failover_group_show)commands.
455
+
Use the [az sql failover-group set-primary](/cli/azure/sql/failover-group#az_sql_failover_group_set_primary)command to fail over to the secondary server. Use the [az sql failover-group show](/cli/azure/sql/failover-group#az_sql_failover_group_show)command to verify a successful failover.
### Revert failover group back to the primary server
457
460
458
-
Use this script to fail back to the primary server with the [az sql failover-group set-primary](/cli/azure/sql/failover-group#az_sql_failover_group_set_primary) command.
461
+
Use the [az sql failover-group set-primary](/cli/azure/sql/failover-group#az_sql_failover_group_set_primary) command to fail back to the primary server.
Use this script to create a failover group with the [az sql failover-group create](/cli/azure/sql/failover-group#az_sql_failover_group_create) command.
195
+
Use the [az sql failover-group create](/cli/azure/sql/failover-group#az_sql_failover_group_create) command to create a failover group.
@@ -299,19 +302,19 @@ Test failover using the Azure CLI.
299
302
300
303
### Verify the roles of each server
301
304
302
-
Use this script to confirm the roles of each server with the [az sql failover-group show](/cli/azure/sql/failover-group#az_sql_failover_group_show) command.
305
+
Use the [az sql failover-group show](/cli/azure/sql/failover-group#az_sql_failover_group_show) command to confirm the roles of each server.
Use this script to failover to the secondary server and verify a successful failover with the [az sql failover-group set-primary](/cli/azure/sql/failover-group#az_sql_failover_group_set_primary)and [az sql failover-group show](/cli/azure/sql/failover-group#az_sql_failover_group_show)commands.
311
+
Use the [az sql failover-group set-primary](/cli/azure/sql/failover-group#az_sql_failover_group_set_primary)to fail over to the secondary server. Use the [az sql failover-group show](/cli/azure/sql/failover-group#az_sql_failover_group_show)command to verify a successful failover.
### Revert failover group back to the primary server
313
316
314
-
Use this script to fail back to the primary server with the [az sql failover-group set-primary](/cli/azure/sql/failover-group#az_sql_failover_group_set_primary) command.
317
+
Use the [az sql failover-group set-primary](/cli/azure/sql/failover-group#az_sql_failover_group_set_primary) command to fail back to the primary server.
0 commit comments