Azure / Azure/azure-functions-core-tools
Azure Function App : Azure Functions Blob Trigger Not Processing Files in Node.js Function App on AKS
Open
enhancement
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 498
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 15
Description
### Description
Basically, We are observing an issue with our Node.js Azure Function App deployed on an AKS cluster.
The Blob trigger intermittently fails to process some files due to missing blob scans on the source storage accounts.
As a result, the Azure Function is not activating for some of these files.
Setup: The function is hosted in an AKS Cluster and deployed as part of a POD, which is running without issues.
Note : The setup does not use an Azure Function App resource; everything is deployed on the AKS cluster.
Environment:
AKS Cluster
Contributor guide
Assessment
This issue has not been assessed yet.