Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.