Azure Functions Blob Trigger Restarting

9/6/2019

I have a self-hosted Azure Functions Runtime running as a Docker container in Kubernetes (K8s, well AKS). The function is bound to a blob trigger. For some reason, every time I cut a new release into K8s, the functions in the new container fire again for the same blobs.

When I cut a new release into the Cloud Functions, this doesn't happen, so there must be a key somewhere that I can set to make sure this self-hosted instance is tied to the same queue after a restart, but I can't find it. Anyone know what would cause this?

-- Derek
azure
azure-functions
azure-functions-runtime
azure-kubernetes
kubernetes

0 Answers