Soru

Zorluk: OrtaAzure Serverless Compute (Functions and Logic Apps)

A retail company is designing a serverless solution to process online sales orders. The solution has the following requirements:
1. Orchestrate a workflow that sends a confirmation email, updates the inventory database, and notifies the shipping department using a visual, designer-first interface.
2. Execute a custom C# data-cleansing algorithm on the order payload before it is saved.

Which two Azure services should the company select to meet these requirements? (Select two.)

  1. Azure Logic Apps to orchestrate the multi-step order processing workflow using its visual designerCevap
  2. Azure Functions to execute the custom C# data-cleansing algorithmCevap
  3. C
    Azure Logic Apps to write and compile the custom C# data-cleansing code
  4. D
    Azure App Service Web Apps to manage the workflow, which is classified as a Software as a Service (SaaS) offering

Cevap

The correct services are Azure Logic Apps for orchestrating the workflow and Azure Functions for executing the custom C# code.
The correct services are Azure Logic Apps for visual workflow orchestration and Azure Functions for running custom C# code. Azure Logic Apps provides a low-code/no-code designer that makes it ideal for integrating different steps of a workflow, such as sending emails and updating databases. Azure Functions is a serverless compute service that enables running custom code on-demand, which matches the requirement for the custom C# data-cleansing algorithm.

Adım Adım Çözüm

1
Analyze the first requirement: orchestrating a multi-step workflow with a visual, designer-first interface.
Identify Azure Logic Apps as the primary serverless service designed for visual workflow orchestration and system integration.
Logic Apps provides a designer-first interface and out-of-the-box connectors suitable for sending emails and updating databases.
2
Analyze the second requirement: executing a custom C# data-cleansing algorithm.
Identify Azure Functions as the primary serverless service designed for running custom, code-first logic.
Azure Functions allows executing custom code in various languages (including C#) on a serverless, event-driven compute platform.

Anahtar Kavram

Azure Serverless Compute (Functions and Logic Apps)
Tahmini Süre:1m 30s
Bu soruyu puanla