Skip to content

Commit

Permalink
Merge pull request Azure-Samples#264 from MashaMSFT/patch-1
Browse files Browse the repository at this point in the history
added missing parameter
  • Loading branch information
sptramer authored Aug 8, 2019
2 parents 6e3e811 + c0d5f46 commit b6280ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ az sql server firewall-rule create \
--start-ip-address $startip \
--end-ip-address $endip

# Create a gen5 1vCore database in the server
# Create a gen5 2vCore database in the server
echo "Creating a gen5 2 vCore database..."
az sql db create \
--resource-group $resourceGroupName \
Expand All @@ -78,6 +78,7 @@ az sql failover-group create \
--partner-server $drServerName \
--resource-group $resourceGroupName \
--server $serverName \
--add-db $databaseName
--failover-policy Automatic

# Verify which server is secondary
Expand Down

0 comments on commit b6280ed

Please sign in to comment.