Soru

Zorluk: OrtaAzure Serverless Compute (Functions and Logic Apps)

A university is designing a serverless solution to automate student registration processing. The solution must support two workloads:
1. A workflow that triggers automatically when a registration form is uploaded, orchestrating the steps to send a confirmation email via a Microsoft 365 connector.
2. A component that runs custom C# code to validate transcripts against proprietary academic rules.

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

  1. Azure Logic Apps to orchestrate the registration workflow and connect to Microsoft 365.Cevap
  2. Azure Functions to execute the custom C# transcript validation code.Cevap
  3. C
    Azure Virtual Machines to host the transcript validation code as a serverless PaaS compute service.
  4. D
    Azure App Service WebJobs to build the registration workflow using built-in SaaS connectors.

Cevap

Azure Logic Apps should be selected to orchestrate the registration workflow and connect to Microsoft 365, and Azure Functions should be selected to execute the custom C# transcript validation code.
The correct options are the statements selecting Azure Logic Apps for workflow orchestration and Azure Functions for running custom C# code. Azure Logic Apps provides a visual designer and connectors (like Microsoft 365) to run serverless integration workflows. Azure Functions allows developers to execute custom code (like C# validation) in a serverless, event-driven model.

Adım Adım Çözüm

1
Analyze the workflow orchestration requirement.
The requirement calls for orchestrating a multi-step workflow with a Microsoft 365 connector. This matches Azure Logic Apps, which is a designer-first, serverless integration service providing pre-built connectors.
To identify the best serverless service for workflow integration.
2
Analyze the custom code execution requirement.
The requirement calls for executing custom C# code to validate transcripts. This matches Azure Functions, which is a code-first, event-driven serverless compute service.
To identify the best serverless service for running custom programmatic logic.
3
Evaluate the incorrect options against Azure service definitions.
Azure Virtual Machines are IaaS (not serverless PaaS), meaning the customer manages patching. Azure App Service WebJobs is not the primary visual orchestrator for SaaS connectors.
To eliminate incorrect options and confirm the correct choices.

Anahtar Kavram

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