We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05205d1 commit 926363cCopy full SHA for 926363c
azure-deploy.sh
@@ -30,6 +30,6 @@ az webapp create \
30
31
az webapp config connection-string set \
32
-g $resourceGroup \
33
- -n $appName \
34
- --settings WWIF=$SQLAZURECONNSTR_WWIF
+ -n $appName \
+ --settings WWIF=$SQLAZURECONNSTR_WWIF \
35
--connection-string-type=SQLAzure
0 commit comments