Skip to content

Commit

Permalink
added whitsource bolt config and link to ACA markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshGule committed Oct 31, 2022
1 parent 46e8ec4 commit b5364da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ 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.
Azure container apps have native integration with [Dapr](Dapr.io) and [KEDA](keda.sh) 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/)
- [Azure Container Registry (ACR)](https://azure.microsoft.com/en-us/products/container-registry/) to publish the container images
- Enable Azure Container Apps for your subscription
- [Enable Azure Container Apps](azure-container-apps-setup.md) for your subscription
- [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/)
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
- RabbitMQ cluster
Expand Down

0 comments on commit b5364da

Please sign in to comment.