Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,115 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a durable function that calls two suborchestrator functions and those in turn, call 2 activity functions each
Durable Orchestrator function()
Do the activity function calls under the suborchestration functions count towards the orchestrationActions?
That is, does this count as 6 actions (2 calls to suborchestration + 4 activity function calls) or just 2 (suborchestration calls)