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).
- Azure Logic Apps to orchestrate the registration workflow and connect to Microsoft 365.Cevap
- Azure Functions to execute the custom C# transcript validation code.Cevap
- CAzure Virtual Machines to host the transcript validation code as a serverless PaaS compute service.
- DAzure 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
Anahtar Kavram
Azure Serverless Compute (Functions and Logic Apps)
Tahmini Süre:1m 30s