An online retail company wants to build an automated order confirmation system. When a customer places an order, the system must trigger a workflow that sends an email via SendGrid, writes a record to a database, and posts a message to a Teams channel. The company wants to implement this solution with a serverless, designer-first orchestration tool that uses pre-built connectors and requires no custom development for the workflow sequence. Which Azure service is the most suitable for this requirement?
- AAzure Functions
- BAzure Virtual Machines
- Azure Logic AppsAnswer
- DMicrosoft 365
Answer
Azure Logic Apps is the correct service because it provides a visual designer and pre-built connectors to orchestrate workflows without requiring custom development.
Azure Logic Apps is a serverless, designer-first orchestration service that provides a visual designer and pre-built connectors to integrate apps, data, and systems without writing custom orchestration code. This aligns perfectly with the requirement for a designer-first workflow requiring no custom development.
Step-by-Step Solution
Key Concept
Azure Logic Apps vs Azure Functions serverless compute models
Estimated Time:1m 0s