Question

Difficulty: EasyAzure Serverless Compute (Functions and Logic Apps)

An IT team needs to design an automated workflow that triggers whenever a security alert is generated. The workflow must automatically post the alert details to a Microsoft Teams channel. The team wants to build this visually using a designer with pre-built connectors, without writing any custom code. Which Azure service should they use?

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

Answer

Azure Logic Apps
Azure Logic Apps is the correct choice because it is a serverless orchestration service that offers a visual workflow designer and a large gallery of pre-built connectors, enabling users to integrate services and automate actions without writing code.

Step-by-Step Solution

1
Analyze the requirements to identify the core needs: a serverless workflow, visual designer, pre-built connectors, and no-code implementation.
Determined that the solution must be a serverless, designer-first orchestration service.
This filters out code-first options and infrastructure-heavy solutions.
2
Compare Azure serverless offerings: Azure Functions is code-first, whereas Azure Logic Apps is connector-first and visual-first.
Azure Logic Apps matches all requirements for a no-code visual workflow.
Azure Logic Apps is designed specifically for orchestrating integrations using pre-built connectors with a graphical interface.

Key Concept

Distinguishing between code-first Azure Functions and designer-first Azure Logic Apps for serverless automation.
Estimated Time:45s
Rate this question