AZ-204 · Question #351
In the merged camera company, which technology would you use for the lens quality control procedure?
The correct answer is B. Azure Logic Apps. For a complex, multi-step lens quality control procedure involving various systems, Azure Logic Apps is the most suitable technology.
Question
Options
- AMicrosoft Power Automate
- BAzure Logic Apps
- CAzure Functions
- DAzure App Service WebJobs
How the community answered
(28 responses)- A4% (1)
- B79% (22)
- C7% (2)
- D11% (3)
Why each option
For a complex, multi-step lens quality control procedure involving various systems, Azure Logic Apps is the most suitable technology.
Microsoft Power Automate is primarily for personal or team productivity and automating tasks within the Microsoft 365 ecosystem, less suited for robust enterprise-level system integration workflows.
Azure Logic Apps provides a visual designer to orchestrate complex workflows involving various connectors, making it ideal for integrating different systems and automating multi-step business processes like quality control. It excels at enterprise integration and orchestrating actions across disparate services without writing extensive code.
Azure Functions is a serverless compute service best for executing small, event-driven pieces of code, not for orchestrating multi-step workflows across many systems directly.
Azure App Service WebJobs are used for running background tasks within an App Service instance, typically for simpler, single-purpose tasks rather than complex workflow orchestration.
Concept tested: Choosing Azure integration services for workflow orchestration
Source: https://learn.microsoft.com/en-us/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs
Topics
Community Discussion
No community discussion yet for this question.