@@ -32,6 +32,7 @@ SAMPLES=(
3232 " samples/servicebus/java|bash scripts/deploy.sh"
3333 " samples/function-app-front-door/python|bash scripts/deploy_all.sh --name-prefix testafd --use-localstack|"
3434 " samples/function-app-managed-identity/python|bash scripts/user-managed-identity.sh|bash scripts/validate.sh && bash scripts/test.sh"
35+ " samples/function-app-service-bus/dotnet|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/call-http-trigger.sh"
3536 " samples/function-app-storage-http/dotnet|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/call-http-triggers.sh"
3637 " samples/web-app-cosmosdb-mongodb-api/python|bash scripts/deploy.sh|bash scripts/validate.sh && bash scripts/call-web-app.sh"
3738 " samples/web-app-managed-identity/python|bash scripts/user-assigned.sh|bash scripts/validate.sh && bash scripts/call-web-app.sh"
@@ -43,6 +44,7 @@ SAMPLES=(
4344TERRAFORM_SAMPLES=(
4445 " samples/servicebus/java/terraform|bash deploy.sh"
4546 " samples/function-app-managed-identity/python/terraform|bash deploy.sh"
47+ " samples/function-app-service-bus/dotnet/terraform|bash deploy.sh"
4648 " samples/function-app-storage-http/dotnet/terraform|bash deploy.sh"
4749 " samples/web-app-cosmosdb-mongodb-api/python/terraform|bash deploy.sh"
4850 " samples/web-app-managed-identity/python/terraform|bash deploy.sh"
@@ -55,6 +57,7 @@ BICEP_SAMPLES=(
5557 " samples/servicebus/java/bicep|bash deploy.sh"
5658 # "samples/web-app-sql-database/python/bicep|bash deploy.sh"
5759 " samples/function-app-managed-identity/python/bicep|bash deploy.sh"
60+ " samples/function-app-service-bus/dotnet/bicep|bash deploy.sh"
5861 " samples/function-app-storage-http/dotnet/bicep|bash deploy.sh"
5962 " samples/web-app-cosmosdb-mongodb-api/python/bicep|bash deploy.sh"
6063 " samples/web-app-managed-identity/python/bicep|bash deploy.sh"
0 commit comments