Skip to content

Commit 3376bd9

Browse files
authored
ServiceBus: Add Terraform/Bicep samples to the CI (#57)
1 parent 595dd5e commit 3376bd9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

run-samples.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ SAMPLES=(
4040

4141
# 1a. Define Terraform Samples
4242
TERRAFORM_SAMPLES=(
43+
"samples/servicebus/java/terraform|bash deploy.sh"
4344
"samples/function-app-managed-identity/python/terraform|bash deploy.sh"
4445
"samples/function-app-storage-http/dotnet/terraform|bash deploy.sh"
4546
"samples/web-app-cosmosdb-mongodb-api/python/terraform|bash deploy.sh"
@@ -49,6 +50,7 @@ TERRAFORM_SAMPLES=(
4950

5051
# 1b. Define Bicep Samples
5152
BICEP_SAMPLES=(
53+
"samples/servicebus/java/bicep|bash deploy.sh"
5254
#"samples/web-app-sql-database/python/bicep|bash deploy.sh"
5355
"samples/function-app-managed-identity/python/bicep|bash deploy.sh"
5456
"samples/function-app-storage-http/dotnet/bicep|bash deploy.sh"

0 commit comments

Comments
 (0)