You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see periodically the error message Failed to find binding when a activity function is executed.
The code is deployed as Function App.
Operating System: Windows
Plan: Elastic Premium
The error occurs for several activity functions of the Function App with different mismatches.
Failed to find binding "activityTrigger1" in bindings "activityTrigger3".
Failed to find binding "activityTrigger2" in bindings "activityTrigger1".
Failed to find binding "activityTrigger4" in bindings "activityTrigger5".
The used @azure/functions version 4.2.0 relies on the more error-prone approach using a counter. Would it be an option to improve the df.app.activity by setting an explicit name as mentioned in the comment of addBindingName?
Describe the bug
I see periodically the error message
Failed to find binding
when a activity function is executed.The code is deployed as Function App.
The error occurs for several activity functions of the Function App with different mismatches.
Investigative information
2.13.7
.3.1.0
4.2.0
5.5.4
20.9.0
If deployed to Azure App Service
West Europe
2025-01-29T07:05:18.6546624Z
, maybe earlier since it's latest record within our retention period.To share further details, I created Azure Support Request 2503170050001075.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The activity function should be executed.
Actual behavior
The runtime raises an error, e.g.
Failed to find binding "activityTrigger4" in bindings "activityTrigger5".
The text was updated successfully, but these errors were encountered: