Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0483330

Browse files
committed
fixed deployment script
1 parent aef3c34 commit 0483330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎azure-deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ appName="azure-sql-db-dotnet-rest-api"
88
location="WestUS2"
99

1010
# Change this if you are using your own github repository
11-
gitSource="https://github.com/yorek/azure-sql-db-dotnet-rest-api.git"
11+
gitSource="https://github.com/Azure-Samples/azure-sql-db-dotnet-rest-api.git"
1212

1313
az group create \
1414
-n $resourceGroup \
@@ -31,5 +31,5 @@ az webapp create \
3131
az webapp config connection-string set \
3232
-g $resourceGroup \
3333
-n $appName \
34-
--settings DefaultConnection=$DefaultConnection \
34+
--settings DefaultConnection=$ConnectionStrings__DefaultConnection \
3535
--connection-string-type=SQLAzure

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /