Azure Storage Queue Scaler Issue #821
Labels
azure
All issues concerning integration with Azure
bug
Something isn't working
integration:azure-functions
All issues related to integration with Azure Functions
support
All issues related to questions and supporting customers
Milestone
I wrote a Azure Storage Queue triggered function and it ran fine locally. Once deployed to my local k8s cluster (Docker Desktop on win10), a pod was created but was terminated right away. No pods would ever been created even I pushed tons of messages to the queue.
I checked the keda-operator pod and found the following error:
Below is the k8s menifests yaml file:
More informaiton:
If I add minReplicaCount: 1 in the ScaledObject spec, and apply the change, it will created a pod but won't scale up pod replicas even there are thousands of messages in the queue and the keda-operator pod's log will be full of the "Can't parse storage connection string" errors shown above.
Thanks for the help!!
The text was updated successfully, but these errors were encountered: