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 9f8db09 commit 5c07864Copy full SHA for 5c07864
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