Keda - Scaling based on Azure Service bus message along with pod identity #1116
-
I followed the instructions here to setup a autoscaling of pods based on number of messages in the service bus queue. I also set the pod binding in KEDA deployment so that authentication occurs via managed identity. But I get the following error in the keda operator pod: kubectl logs keda-operator-5b7b47c48f-khq8w --namespace keda -f
Deployment:
ScaledObject:
TriggerAuthentication:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
The problem lies in your trigger definition:
You are using a queue, but yet still provide the |
Beta Was this translation helpful? Give feedback.
The problem lies in your trigger definition:
You are using a queue, but yet still provide the
subscriptionName
which is used for topics. Given that one is specified, we block because the name of the topic is not there.