Nipun
Nipun

Reputation: 4319

Multiple functions in single azure app not triggering

I have 2 different functions in single azure app and both the functions are triggers using azure storage on 2 different containers or file system. The issue I am facing is, only one function is triggers at a time. If both the functions are enabled, only the first one is triggered and other one is not triggered. If I enable one function only that function is triggered which is as expected. What could be the possible issue?

Is there any issue in Azure functions.

Upvotes: 0

Views: 126

Answers (1)

Ivan Glasenberg
Ivan Glasenberg

Reputation: 29940

Summarize an answer to close this issue:

This should not be an issue and it can work well at our side(no delay). As you mentioned, finally the trigger fires but very late, this may due to some internal issue and if the issue still exists, please raise a support ticket to azure support team.

Upvotes: 1

Related Questions