File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ SAMPLES=(
4040 " samples/web-app-managed-identity/python|bash scripts/user-assigned.sh|bash scripts/validate.sh && bash scripts/call-web-app.sh"
4141 " samples/web-app-sql-database/python|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/get-web-app-url.sh"
4242 " samples/web-app-mysql-flexible-server/python|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/call-web-app.sh"
43+ " samples/web-app-postgresql-flexible-server/python|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/call-web-app.sh"
4344 " samples/web-app-custom-image/python|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/call-web-app.sh"
4445 " samples/aci-blob-storage/python|bash scripts/deploy.sh|bash scripts/validate.sh"
4546)
@@ -54,6 +55,7 @@ TERRAFORM_SAMPLES=(
5455 " samples/web-app-managed-identity/python/terraform|bash deploy.sh"
5556 " samples/web-app-sql-database/python/terraform|bash deploy.sh"
5657 " samples/web-app-mysql-flexible-server/python/terraform|bash deploy.sh"
58+ " samples/web-app-postgresql-flexible-server/python/terraform|bash deploy.sh"
5759 " samples/aci-blob-storage/python/terraform|bash deploy.sh"
5860)
5961
@@ -67,6 +69,7 @@ BICEP_SAMPLES=(
6769 " samples/web-app-cosmosdb-mongodb-api/python/bicep|bash deploy.sh"
6870 " samples/web-app-managed-identity/python/bicep|bash deploy.sh"
6971 " samples/web-app-mysql-flexible-server/python/bicep|bash deploy.sh"
72+ " samples/web-app-postgresql-flexible-server/python/bicep|bash deploy.sh"
7073 " samples/aci-blob-storage/python/bicep|bash deploy.sh"
7174)
7275
You can’t perform that action at this time.
0 commit comments