Question

Difficulty: MediumAzure Serverless Compute (Functions and Logic Apps)

A media company wants to automate its social media posting schedule. The company needs to design an integration workflow that triggers whenever a new article is published on their website. The workflow must connect to external social media platforms, send an approval email to the editor, and post the article details after approval. The solution must be built using a visual design interface with pre-built connectors and require no custom programming code. Which Azure service should the company use to meet this requirement?

  1. Azure Logic AppsAnswer
  2. B
    Azure Functions
  3. C
    Azure Virtual Machines
  4. D
    Azure App Service

Answer

Azure Logic Apps is the recommended service because it provides a visual design interface and pre-built connectors to orchestrate integration workflows without writing code.
Azure Logic Apps is the correct service because it is specifically designed for building visual integration workflows. It allows users to orchestrate tasks, connect to external systems using pre-built connectors, and configure logic without writing custom code.

Step-by-Step Solution

1
Analyze the business requirements.
The requirement asks for an integration workflow, a visual design interface, pre-built connectors, and no custom programming code.
Understanding key criteria helps narrow down the service choices between code-first and designer-first options.
2
Differentiate between serverless offerings.
Azure Functions requires writing code to execute tasks, whereas Azure Logic Apps offers a visual designer and out-of-the-box connectors.
This step distinguishes the code-first service from the workflow-first orchestrator service.
3
Select the matching Azure service.
Azure Logic Apps satisfies all integration and no-code visual workflow requirements.
Matching the service capabilities directly answers the scenario question.

Key Concept

Azure Logic Apps is a serverless orchestration service designed for visual workflows and integration tasks using connectors, whereas Azure Functions is designed for custom code execution.
Estimated Time:1m 15s
Rate this question