Skip to content

Commit 812304a

Browse files
committed
final readability tweaks
Signed-off-by: Hannah Hunter <[email protected]>
1 parent e0e468f commit 812304a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ms.date: 04/17/2023
1313
[Azure Container Apps automatically scales HTTP traffic to zero.](./scale-app.md) However, to scale non-HTTP traffic (like [Dapr](https://docs.dapr.io/) pub/sub and bindings), you can use [KEDA scalers](https://keda.sh/) to scale your application and its Dapr sidecar up and down, based on the number of pending inbound events and messages.
1414

1515
This guide demonstrates how to configure the scale rules of a Dapr pub/sub application with a KEDA messaging scaler. For context, refer to the corresponding sample pub/sub applications:
16-
- [Microservice communication using pub/sub sample application in **C#**](https://github.com/Azure-Samples/pubsub-dapr-csharp-servicebus)
17-
- [Microservice communication using pub/sub sample application in **JavaScript**](https://github.com/Azure-Samples/pubsub-dapr-nodejs-servicebus)
18-
- [Microservice communication using pub/sub sample application in **Python**](https://github.com/Azure-Samples/pubsub-dapr-python-servicebus)
16+
- [Microservice communication using pub/sub in **C#**](https://github.com/Azure-Samples/pubsub-dapr-csharp-servicebus)
17+
- [Microservice communication using pub/sub in **JavaScript**](https://github.com/Azure-Samples/pubsub-dapr-nodejs-servicebus)
18+
- [Microservice communication using pub/sub in **Python**](https://github.com/Azure-Samples/pubsub-dapr-python-servicebus)
1919

2020

2121
In the above samples, the application uses the following elements:
@@ -113,7 +113,9 @@ resource orders 'Microsoft.App/containerApps@2022-03-01' = {
113113
}
114114
```
115115

116-
Notice the `messageCount` property on the scaler's configuration:
116+
## How the scaler works
117+
118+
Notice the `messageCount` property on the scaler's configuration in the subscriber app:
117119

118120
```bicep
119121
{

0 commit comments

Comments
 (0)