Question

Difficulty: MediumAzure Serverless Compute (Functions and Logic Apps)

A financial services company wants to automate its compliance auditing process. The solution must run a workflow that triggers automatically whenever a new transaction report is uploaded. The workflow needs to connect to multiple external cloud applications using built-in, low-code connectors to verify compliance and send email notifications, without requiring any custom code to be written. Which Azure service is the most appropriate for orchestrating this workflow?

  1. A
    Azure Functions
  2. Azure Logic AppsAnswer
  3. C
    Azure Virtual Machines
  4. D
    Microsoft 365

Answer

Azure Logic Apps is the most appropriate service because it is a designer-first, low-code serverless integration service that orchestrates workflows and connects applications using built-in connectors without requiring custom code.
The correct service is Azure Logic Apps because it is specifically designed for serverless workflow orchestration, providing a visual designer and pre-built connectors that allow integrations without writing custom code.

Step-by-Step Solution

1
Analyze the requirements for workflow orchestration, integration with external cloud applications using pre-built connectors, and the constraint of not writing custom code.
Identified that the solution must be a designer-first, low-code workflow integration service.
This distinguishes between custom coding solutions and visual, connector-based orchestration tools.
2
Evaluate the serverless options in Azure to determine which service aligns with low-code orchestration.
Azure Logic Apps provides a visual designer and pre-built connectors, whereas Azure Functions is a code-first compute platform that requires developer intervention.
This leads to selecting the correct serverless service based on the developer-first versus designer-first paradigm.

Key Concept

Azure Logic Apps is a serverless, designer-first orchestration service for integrating apps, data, and systems using built-in connectors and a visual workflow designer.
Estimated Time:1m 0s
Rate this question