Skip to content

Commit 7c282a5

Browse files
committed
added fn-app+servicebus to run-samples.sh
1 parent 904a686 commit 7c282a5

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@ This repository contains comprehensive sample projects demonstrating how to deve
2828
|-------------|-------------|
2929
| [Function App and Storage](./samples/function-app-storage-http/dotnet/README.md) | Azure Functions App using Blob, Queue, and Table Storage |
3030
| [Function App and Front Door](./samples/function-app-front-door/python/README.md) | Azure Functions App exposed via Front Door |
31-
| [Function App and Managed Identities](./samples/function-app-managed-identity/python/README.md) | Azure Function App using Managed Identities |
32-
| [Function App and Service Bus](./samples/function-app-service-bus/dotnet/README.md) | Azure Function App using Service Bus |
33-
| [Web App and CosmosDB for MongoDB API ](./samples/web-app-cosmosdb-mongodb-api/python/README.md) | Azure Web App using CosmosDB for MongoDB API |
34-
| [Web App and CosmosDB for NoSQL API ](./samples/web-app-cosmosdb-nosql-api/python/README.md) | Azure Web App using CosmosDB for NoSQL API |
35-
| [Web App and Managed Identities](./samples/web-app-managed-identity/python/README.md) | Azure Web App using Managed Identities |
31+
| [Function App and Managed Identities](./samples/function-app-managed-identity/python/README.md) | Azure Function App using Managed Identities |
32+
| [Function App and Service Bus](./samples/function-app-service-bus/dotnet/README.md) | Azure Function App using Service Bus |
33+
| [Web App and CosmosDB for MongoDB API ](./samples/web-app-cosmosdb-mongodb-api/python/README.md) | Azure Web App using CosmosDB for MongoDB API |
34+
| [Web App and CosmosDB for NoSQL API ](./samples/web-app-cosmosdb-nosql-api/python/README.md) | Azure Web App using CosmosDB for NoSQL API |
35+
| [Web App and Managed Identities](./samples/web-app-managed-identity/python/README.md) | Azure Web App using Managed Identities |
3636
| [Web App and SQL Database ](./samples/web-app-sql-database/python/README.md) | Azure Web App using SQL Database |
3737
| [ACI and Blob Storage](./samples/aci-blob-storage/python/README.md) | Azure Container Instances with ACR, Key Vault, and Blob Storage |
38-
| [Web App and SQL Database ](./samples/web-app-sql-database/python/README.md) | Azure Web App using SQL Database |
39-
| [ServiceBus ](./samples/servicebus/README.md) | Azure ServiceBus used by a Spring Boot application |
38+
| [ServiceBus ](./samples/servicebus/README.md) | Azure ServiceBus used by a Spring Boot application |
4039

4140
## Sample Structure
4241

run-samples.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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=(
4344
TERRAFORM_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

Comments
 (0)