Skip to content

Commit 6b422c8

Browse files
Add PostgreSQL flexible server samples to run-samples script
1 parent eda5425 commit 6b422c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

run-samples.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)