A smart city logistics provider plans to automate package tracking. The provider needs a service to orchestrate tasks across multiple external APIs using a visual, drag-and-drop designer, and a separate service to run custom Java code that analyzes package weight data. To meet these requirements, the provider should use Azure Functions to orchestrate the workflow and Azure Logic Apps to run the custom Java code.
Answer: Answer
Answer
The statement is false. Azure Logic Apps should be used to orchestrate the workflow using the visual designer, and Azure Functions should be used to run the custom Java code.
Step-by-Step Solution
Key Concept
Azure Logic Apps is a designer-first workflow orchestration tool, whereas Azure Functions is a code-first serverless compute service.