Skip to content

Commit 926363c

Browse files
committed
fixed deployment script
1 parent 05205d1 commit 926363c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: azure-deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ az webapp create \
3030

3131
az webapp config connection-string set \
3232
-g $resourceGroup \
33-
-n $appName \
34-
--settings WWIF=$SQLAZURECONNSTR_WWIF
33+
-n $appName \
34+
--settings WWIF=$SQLAZURECONNSTR_WWIF \
3535
--connection-string-type=SQLAzure

0 commit comments

Comments
 (0)