Skip to content

Commit

Permalink
Updated readme to include architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshGule committed Oct 31, 2022
1 parent c14fd40 commit 46e8ec4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This repository is a demo for the Azure Container Apps. It showcases how to deploy a simple .Net core application consisting of two microservices a RabbitMQ Producer and a RabbitMQ Consumer.

The application architecture along with the main components used are shown below.

![Application Architecture](/images/application-architecture.png)

Azure container apps have native integration with Dapr and KEDA open source projects. this demo shows how to use Dapr and KEDA to scale the consumer app based on the messages in the RabbitMQ queue.

## Pre-requisites:

- [Azure Subscription](https://azure.microsoft.com/en-us/free/)
Expand Down

0 comments on commit 46e8ec4

Please sign in to comment.