From 215463143c72600a328d2c40678c1b8fc6334da4 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Fri, 6 Mar 2026 08:41:48 -0100 Subject: [PATCH] ServiceBus: Add Terraform/Bicep samples to the CI --- run-samples.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run-samples.sh b/run-samples.sh index c979b90..9cd5650 100755 --- a/run-samples.sh +++ b/run-samples.sh @@ -40,6 +40,7 @@ SAMPLES=( # 1a. Define Terraform Samples TERRAFORM_SAMPLES=( + "samples/servicebus/java/terraform|bash deploy.sh" "samples/function-app-managed-identity/python/terraform|bash deploy.sh" "samples/function-app-storage-http/dotnet/terraform|bash deploy.sh" "samples/web-app-cosmosdb-mongodb-api/python/terraform|bash deploy.sh" @@ -49,6 +50,7 @@ TERRAFORM_SAMPLES=( # 1b. Define Bicep Samples BICEP_SAMPLES=( + "samples/servicebus/java/bicep|bash deploy.sh" #"samples/web-app-sql-database/python/bicep|bash deploy.sh" "samples/function-app-managed-identity/python/bicep|bash deploy.sh" "samples/function-app-storage-http/dotnet/bicep|bash deploy.sh"