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 d3a500b commit a94ba5cCopy full SHA for a94ba5c
azure-deploy.sh
@@ -12,7 +12,7 @@ gitSource="https://github.com/Azure-Samples/azure-sql-db-dotnet-rest-api.git"
12
13
# Make sure connection string variable is set
14
if [[ -z "${ConnectionStrings__DefaultConnection:-}" ]]; then
15
- echo "Plase export Azure SQL connection string:";
+ echo "Please export Azure SQL connection string:";
16
echo "export ConnectionStrings__DefaultConnection=\"your-connection-string-here\"";
17
exit 1;
18
fi
0 commit comments