Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmalarme/container-apps-message-processor
Create Azure Service Bus message processor and deploy them in Azure Container Apps
https://github.com/pmalarme/container-apps-message-processor
Last synced: 18 days ago
JSON representation
Create Azure Service Bus message processor and deploy them in Azure Container Apps
- Host: GitHub
- URL: https://github.com/pmalarme/container-apps-message-processor
- Owner: pmalarme
- License: mit
- Created: 2024-07-19T15:19:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T08:45:38.000Z (4 months ago)
- Last Synced: 2024-08-23T16:03:48.714Z (4 months ago)
- Language: Shell
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Message Processor Deployment
This project contains three folders for deploying a message processor. Each deployment receives messages from a service bus and logs them in the console.
## Deployment Options
1. [fabrikam-functions](./fabrikam-functions/README.md): Deploys an Azure Function in an Azure Container Apps Environment.
2. [fabrikam-container-app](./fabrikam-container-app/README.md): Deploys a Java application using Quarkus in an Azure Container App.
3. [fabrikam-container-app-job](./fabrikam-container-app-job/README.md): Deploys a job written using the Azure SDK for Java in an Azure Container App.