sample-hello-world-azure-functions
sample-hello-world-azure-functions copied to clipboard
Simple hello world sample of an Azure Function triggering on an Azure Queue powered by KEDA
I was trying the Azure Functions with Azure Storage Queue trigger. Since the Functions wasnt getting triggered when i looked at my pods in "keda" namespace on my AKS cluster...
Followed instruction to run on VirtualNode and uses following trigger with queueLength 1 ``` triggers: - type: azure-queue metadata: name: msg type: queueTrigger direction: in queueName: blobevents connection: org1_STORAGE queueLength:...
When I follow this sample, I run into issues when deploying to Kubernetes. Things run fine on my machine - but fail when deploying to kube. I tried this both...