Soru

Zorluk: OrtaAzure Serverless Compute (Functions and Logic Apps)

An organization wants to automate a cybersecurity incident response workflow. The workflow must:

1. Execute a custom C# script to perform complex cryptographic validation on the incoming event payload.
2. Orchestrate a sequence of downstream actions, including creating a support ticket in a third-party service management portal and sending a Microsoft Teams notification, utilizing a graphical designer with pre-built connectors.

Which two Azure serverless compute services should the organization select to implement this solution? (Select two.)

  1. Azure Logic AppsCevap
  2. Azure FunctionsCevap
  3. C
    Azure App Service
  4. D
    Azure Virtual Machines

Cevap

Azure Logic Apps and Azure Functions
The correct answer consists of Azure Logic Apps and Azure Functions. Azure Logic Apps provides the designer-first serverless orchestration tool to build workflows visually with pre-built connectors. Azure Functions provides the code-first serverless platform needed to execute the custom C# script for cryptographic validation without managing any server infrastructure.

Adım Adım Çözüm

1
Analyze the requirement for running a custom C# script.
Identify that executing custom code/scripting in a serverless environment maps to Azure Functions.
Azure Functions is the code-first serverless service ideal for running custom application logic.
2
Analyze the requirement for orchestrating multiple steps using a graphical designer and pre-built connectors.
Identify that orchestrating workflows with visual design and pre-built SaaS connectors maps to Azure Logic Apps.
Azure Logic Apps is the designer-first serverless orchestration tool designed for workflow integration.
3
Combine the identified serverless options.
Confirm that combining Azure Functions (for code-first logic) and Azure Logic Apps (for workflow orchestration) fulfills the architecture.
Using both services utilizes their respective design strengths (code-first and designer-first serverless compute).

Anahtar Kavram

Distinguishing between Azure Functions (code-first serverless compute) and Azure Logic Apps (designer-first serverless orchestration).
Tahmini Süre:1m 30s
Bu soruyu puanla