Skip to content

Commit 9e45357

Browse files
committed
add diagram
Signed-off-by: Hannah Hunter <[email protected]>
1 parent d70260e commit 9e45357

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/container-apps/dapr-keda-scaling.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: hhunter-ms
55
ms.author: hannahhunter
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 04/13/2023
8+
ms.date: 04/17/2023
99
---
1010

1111
# Scale Dapr applications with KEDA scalers
@@ -18,6 +18,8 @@ In this scenario, the application includes the following elements:
1818
1. An `order-processor` subscriber container app picks up messages received via the `orders` topic and processed as they arrive.
1919
1. The scale rule for Azure Service Bus, which is responsible for scaling up the `order-processor` service and its Dapr sidecar when messages start to arrive to the `orders` topic.
2020

21+
:::image type="content" source="media/dapr-keda-scaling/scaling-dapr-apps-keda.png" alt-text="Diagram showing the scaling architecture of the order processing application.":::
22+
2123
## Publisher container app
2224

2325
The `checkout` publisher is a headless service that runs indefinitely and never scales out to zero.
28.7 KB
Loading

0 commit comments

Comments
 (0)