We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380562b commit 3e91113Copy full SHA for 3e91113
1 file changed
run-samples.sh
@@ -69,7 +69,7 @@ SAMPLES=(
69
#"samples/function-app-storage-http/dotnet|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/call-http-triggers.sh"
70
"samples/web-app-cosmosdb-mongodb-api/python|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/call-web-app.sh"
71
"samples/web-app-managed-identity/python|bash scripts/user-assigned.sh|bash scripts/validate.sh && bash scripts/call-web-app.sh"
72
- "samples/web-app-sql-database/python|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/get-web-app-url.sh"
+ #"samples/web-app-sql-database/python|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/get-web-app-url.sh"
73
)
74
75
# 4. Calculate Shard
0 commit comments