Question

Difficulty: EasyAzure Serverless Compute (Functions and Logic Apps)

An organization wants to create an automated workflow that connects multiple cloud services using a visual designer and pre-built connectors. The solution must be serverless and must not require writing custom code. Which Azure service should the organization use?

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

Answer

Azure Logic Apps
Azure Logic Apps is the correct service because it is a serverless orchestration service that enables the visual design of workflows using pre-built connectors to integrate various applications and services without writing code.

Step-by-Step Solution

1
Identify the core requirements of the scenario: serverless execution, visual designer, pre-built connectors, and no custom code.
The requirements point to a visual integration and workflow orchestration service.
This filters out code-first compute services and infrastructure management services.
2
Compare Azure serverless offerings: Azure Functions vs Azure Logic Apps.
Azure Functions is code-first (custom code), while Azure Logic Apps is connector-first (visual, no-code workflows).
The requirement specifically calls for a visual designer with pre-built connectors and no custom code.
3
Select the service that matches the visual designer and connector-first criteria.
Azure Logic Apps is selected.
Azure Logic Apps is the primary serverless workflow orchestration tool in Azure that satisfies these requirements.

Key Concept

Azure Serverless Compute (Functions and Logic Apps)
Rate this question