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.)
- Azure Logic Apps to orchestrate the multi-step order processing workflow using its visual designerCevap
- Azure Functions to execute the custom C# data-cleansing algorithmCevap
- CAzure Logic Apps to write and compile the custom C# data-cleansing code
- DAzure 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
Anahtar Kavram
Azure Serverless Compute (Functions and Logic Apps)
Tahmini Süre:1m 30s