We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbbb30 commit aef3c34Copy full SHA for aef3c34
azure-deploy.sh
@@ -30,6 +30,6 @@ az webapp create \
30
31
az webapp config connection-string set \
32
-g $resourceGroup \
33
- -n $appName \
+ -n $appName \
34
--settings DefaultConnection=$DefaultConnection \
35
--connection-string-type=SQLAzure
0 commit comments