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 aef3c34 commit 0483330Copy full SHA for 0483330
azure-deploy.sh
@@ -8,7 +8,7 @@ appName="azure-sql-db-dotnet-rest-api"
8
location="WestUS2"
9
10
# Change this if you are using your own github repository
11
-gitSource="https://github.com/yorek/azure-sql-db-dotnet-rest-api.git"
+gitSource="https://github.com/Azure-Samples/azure-sql-db-dotnet-rest-api.git"
12
13
az group create \
14
-n $resourceGroup \
@@ -31,5 +31,5 @@ az webapp create \
31
az webapp config connection-string set \
32
-g $resourceGroup \
33
-n $appName \
34
- --settings DefaultConnection=$DefaultConnection \
+ --settings DefaultConnection=$ConnectionStrings__DefaultConnection \
35
--connection-string-type=SQLAzure
0 commit comments