There was an error while loading. Please reload this page.
1 parent 426da67 commit 5a79300Copy full SHA for 5a79300
database/azure-create-sql-srv.sh
@@ -23,7 +23,7 @@ pwd2=`cat /dev/urandom | tr -dc A-Za-z0-9 | head -c 6 ; echo`
23
adminPwd="${pwd1}_${pwd2}"
24
adminName="db_admin"
25
azureSQLServer=$(az deployment group create \
26
- --name "sql-srv-deploy-5.0" \
+ --name "sql-srv-deploy-6.0" \
27
--resource-group $resourceGroup \
28
--template-file azure-sql-srv.arm.json \
29
--parameters \
0 commit comments