Soru

Zorluk: OrtaAzure Serverless Compute (Functions and Logic Apps)

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.

Cevap: Cevap

Cevap

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.

Adım Adım Çözüm

1
Analyze the requirements for the orchestration tool.
The requirement calls for a visual, designer-first orchestration tool to coordinate events between a database and an API, which matches Azure Logic Apps.
Azure Logic Apps is a low-code/no-code service designed specifically for visual workflow orchestration.
2
Analyze the requirements for the calculation code.
The requirement calls for a code-first compute resource to run custom C# algorithms, which matches Azure Functions.
Azure Functions is an event-driven serverless compute service that lets you run custom code in various languages (including C#) without managing infrastructure.
3
Compare the requirements with the statement's service mapping.
The statement incorrectly claims Azure Functions should orchestrate the visual workflow and Azure Logic Apps should execute the custom code.
This swaps the actual capabilities of the two services, making the statement false.

Anahtar Kavram

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.
Bu soruyu puanla