We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595dd5e commit 3376bd9Copy full SHA for 3376bd9
1 file changed
run-samples.sh
@@ -40,6 +40,7 @@ SAMPLES=(
40
41
# 1a. Define Terraform Samples
42
TERRAFORM_SAMPLES=(
43
+ "samples/servicebus/java/terraform|bash deploy.sh"
44
"samples/function-app-managed-identity/python/terraform|bash deploy.sh"
45
"samples/function-app-storage-http/dotnet/terraform|bash deploy.sh"
46
"samples/web-app-cosmosdb-mongodb-api/python/terraform|bash deploy.sh"
@@ -49,6 +50,7 @@ TERRAFORM_SAMPLES=(
49
50
51
# 1b. Define Bicep Samples
52
BICEP_SAMPLES=(
53
+ "samples/servicebus/java/bicep|bash deploy.sh"
54
#"samples/web-app-sql-database/python/bicep|bash deploy.sh"
55
"samples/function-app-managed-identity/python/bicep|bash deploy.sh"
56
"samples/function-app-storage-http/dotnet/bicep|bash deploy.sh"
0 commit comments