Skip to content

Commit dfebe9c

Browse files
committed
adding sub heading to keda workload identity doc
1 parent 9408f74 commit dfebe9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/aks/keda-workload-identity.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ At this point everything is configured for scaling with KEDA and Microsoft Entra
274274
EOF
275275
````
276276
277+
## Consume messages from Azure Service Bus
278+
279+
Now that we have published messages to the Azure Service Bus queue, we will deploy a ScaledJob to consume the messages. This ScaledJob will use the KEDA TriggerAuthentication resource to authenticate against the Azure Service Bus queue using the workload identity and scale out every 10 messages.
280+
277281
1. Deploy a ScaledJob resource to consume the messages. The scale trigger will be configured to scale out every 10 messages. The KEDA scaler will create 10 jobs to consume the 100 messages.
278282
279283
```azurecli-interactive

0 commit comments

Comments
 (0)