We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926363c commit 439d320Copy full SHA for 439d320
azure-deploy.sh
@@ -8,7 +8,7 @@ appName="azure-sql-db-python-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-python-rest-api.git"
+gitSource="https://github.com/Azure-Samples/azure-sql-db-python-rest-api.git"
12
13
az group create \
14
-n $resourceGroup \
0 commit comments