Question

Difficulty: EasyAzure Serverless Compute (Functions and Logic Apps)

A logistics company wants to automate a workflow that triggers when a new shipment is registered. The workflow must send an email notification, update a customer relationship management (CRM) database, and create a tracking record. The company wants to design this integration visually using a graphical designer without writing custom application code. Which Azure service should the company use to meet these requirements?

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

Answer

Azure Logic Apps is the correct service because it provides a visual, designer-first serverless interface to orchestrate workflows and connect different systems without writing custom code.
The correct answer is Azure Logic Apps. It is a serverless orchestration service that offers a visual web-based designer and pre-built connectors to integrate systems, applications, and data sources without writing code.

Step-by-Step Solution

1
Analyze the requirements for visual design and code-free integration.
The company needs a serverless workflow orchestration tool that does not require writing custom software code.
This requirement differentiates between designer-first and code-first serverless offerings.
2
Evaluate the difference between Azure Logic Apps and Azure Functions.
Azure Logic Apps is designer-first and offers visual connectors. Azure Functions is code-first and requires custom code blocks.
Only Azure Logic Apps satisfies the visual, no-code criteria for orchestration.

Key Concept

Azure Logic Apps is a serverless integration and orchestration service that uses a visual, designer-first interface to link services and systems.
Rate this question