The Orchestrator function receives the input using the GetInput() method of the DurableOrchestratorContext class. This input is passed by the Blob trigger using the function StartNewAsync method of the DurableOrchestrationClient class.
The Orchestrator function receives the input using the GetInput() method of the DurableOrchestratorContext class. This input is passed by the Blob trigger using the function StartNewAsync method of the DurableOrchestrationClient class.