A healthcare provider plans to build a serverless solution that automates patient notification workflows. The solution requires a visual, designer-first orchestration tool to coordinate events between a database and a notification API, along with a code-first compute resource to run custom C# algorithms for patient risk calculations. Determine if the following statement is true or false: To meet these requirements, the healthcare provider should use Azure Functions to orchestrate the visual workflow and Azure Logic Apps to execute the custom C# calculation code.
Answer: Answer
Answer
False
The statement is false because it swaps the services: Azure Logic Apps is a designer-first orchestrator, whereas Azure Functions is a code-first compute service.
Step-by-Step Solution
Key Concept
Azure serverless services differ in their primary delivery model: Azure Logic Apps is a visual, connector-based workflow orchestrator, while Azure Functions is a code-first, event-driven compute platform.