@@ -71,7 +71,7 @@ Create your failover group and add your single database to it using the Azure po
71
71
- ** Server name** : Type in a unique name for the secondary server, such as ` mysqlsecondary ` .
72
72
- ** Server admin login** : Type ` azureuser `
73
73
- ** Password** : Type a complex password that meets password requirements.
74
- - ** Location** : Choose a location from the drop-down, such as East US 2 . This location cannot be the same location as your primary server.
74
+ - ** Location** : Choose a location from the drop-down, such as ` East US ` . This location cannot be the same location as your primary server.
75
75
76
76
> [ !NOTE]
77
77
> The server login and firewall settings must match that of your primary server.
@@ -92,12 +92,12 @@ Create your failover group and add your single database to it using PowerShell.
92
92
``` powershell-interactive
93
93
# $subscriptionId = '<SubscriptionID>'
94
94
# $resourceGroupName = "myResourceGroup-$(Get-Random)"
95
- # $location = "West US 2 "
95
+ # $location = "West US"
96
96
# $adminLogin = "azureuser"
97
97
# $password = "PWD27!"+(New-Guid).Guid
98
98
# $serverName = "mysqlserver-$(Get-Random)"
99
99
# $databaseName = "mySampleDatabase"
100
- $drLocation = "East US 2 "
100
+ $drLocation = "East US"
101
101
$drServerName = "mysqlsecondary-$(Get-Random)"
102
102
$failoverGroupName = "failovergrouptutorial-$(Get-Random)"
103
103
0 commit comments