File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1212exit 1
1313fi
1414
15- echo " Deploying Azure SQL Database..." ;
1615azureSQLDB=" todo_v3"
1716azureSQLSRV=` az sql server list -g $resourceGroup --query ' [0].name' -o tsv`
1817echo " (Server: '$azureSQLSRV ', Location: '$location ', Resource Group: '$resourceGroup ')"
19- azureSQLServer =$( az deployment group create \
18+ azureSQLServerName =$( az deployment group create \
2019 --name " sql-db-deploy-3.0" \
2120 --resource-group $resourceGroup \
2221 --template-file azure-sql-db.arm.json \
@@ -30,6 +29,6 @@ azureSQLServer=$(az deployment group create \
3029
3130echo " Azure SQL Database available at" ;
3231echo " - Location: $location "
33- echo " - Server: $azureSQLServer "
32+ echo " - Server: $azureSQLServerName "
3433echo " - Database: $azureSQLDB "
3534echo " Done."
You can’t perform that action at this time.
0 commit comments