AZ-204 · Question #357
In the merged camera company, which technology would you use for the ordering and dispatch procedure?
The correct answer is B. Azure Logic Apps. For orchestrating a complex enterprise-level ordering and dispatch procedure in a merged camera company, Azure Logic Apps is the most appropriate technology.
Question
Options
- AMicrosoft Power Automate
- BAzure Logic Apps
- CAzure Functions
- DAzure App Service WebJobs
How the community answered
(17 responses)- A6% (1)
- B76% (13)
- C12% (2)
- D6% (1)
Why each option
For orchestrating a complex enterprise-level ordering and dispatch procedure in a merged camera company, Azure Logic Apps is the most appropriate technology.
Microsoft Power Automate is generally for individual or team productivity automation and simpler workflows within Microsoft 365, not typically for core enterprise system integration of ordering and dispatch.
Azure Logic Apps provides a visual, low-code platform for building and orchestrating complex workflows that integrate various systems, services, and APIs, making it ideal for multi-step business processes like ordering and dispatch. Its rich set of connectors and workflow design capabilities allow for robust enterprise application integration.
Azure Functions is a serverless compute service focused on executing discrete pieces of code in response to events, not for orchestrating long-running, multi-system workflows visually.
Azure App Service WebJobs are used for running background tasks within an App Service, which is less suited for complex, distributed workflow orchestration across multiple services.
Concept tested: Choosing Azure integration services for business workflow automation
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.